You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+
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
can anyone guide ?
The text was updated successfully, but these errors were encountered:
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.
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+
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
can anyone guide ?
The text was updated successfully, but these errors were encountered: