Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6567967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:23:58+00:00 2026-05-25T14:23:58+00:00

I recently learned that I could do this: height()+100); So I when I tried

  • 0

I recently learned that I could do this: height()+100);

So I when I tried to do:

$('.modal1').colorbox.resize({height()+100});

I was confused why that did not work. What I want to do is (if possible, without variables) just add extra 100 pixels to the height, is this possible? Thanks 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:23:58+00:00Added an answer on May 25, 2026 at 2:23 pm

    Uh, you’re misunderstanding the API. height is a method attached to a jQuery object. You’ll have to do something like this:

    // there may be more than one, seeing as this is a class, not an ID selector
    $('.modal1').each(function () {
        $(this).colorbox.resize($(this).height() + 100);
    
        // or this if you are just using jQuery to resize
        // $(this).height($(this).height() + 100);
    });
    

    Looking at your code, color-box probably has a special handler for ‘resize’. For each match, we’ll adjust the size using colorbox’s resize. If colorbox doesn’t have a special resize method, use jQuery’s instead. We’ll still use the height from jQuery (or we could use colorbox’s handler for this if it has one).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently learned that Unicode is permitted within Java source code not only as
UPDATE: I recently learned from this question that in the entire discussion below, I
I recently learned the hard way that #<cstdlib> rand() is not thread safe, and
I recently learned that all stl containers have swap function: i.e. c1.swap(c2); will lead
I've just recently learned the PureMVC framework, and am a little confused as to
I recently asked about functional programs having no side effects, and learned what this
I recently learned that I can get hg log to print the history in
I recently learned that sometimes people will lock specific processes or threads to specific
Today Recently on Stackoverflow i learned that: reintroduce is used to hide ancestor constructors
I recently learned that Embedded Resource means that assets are saved to an external

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.