jackmoore / colorbox

A light-weight, customizable lightbox plugin for jQuery
http://www.jacklmoore.com/colorbox/
MIT License
4.75k stars 1.14k forks source link

Colorbox Height Issue #885

Open edwinponnappan opened 4 years ago

edwinponnappan commented 4 years ago

I have n number of records and while do click on record i'm trying to display colorbox popup..

i can able to display popup window while doing click on the record..But the issue is at the time of initial display(first time record click) the popup window height is different(ie not matched with inner content height). eg: inner content height is 400..but popup size is 750+ 1

again once closed the popup and open the popup window size is changed to normal(ie matched with inner content height) eg: inner content height is 400..popup size is also 400 2

can anyone guide ?

jackmoore commented 4 years ago

Sorry, I do not know. Normally, if the size changes between the 1st and 2nd times that it's opened, that means that the 1st time some aspect that affected the size had not finished loading at the time the size was measured (such as a stylesheet or image). So the answer to the problem will probably be specific to the content you are using.

edwinponnappan commented 4 years ago

Thanks jackmoore...Thanks for your reply...ill check the loading process...