How can I dynamically resize the jQuery Colorbox plugin?
Posted
by James Skidmore
on Stack Overflow
See other posts from Stack Overflow
or by James Skidmore
Published on 2009-06-29T21:32:10Z
Indexed on
2010/05/09
9:08 UTC
Read the original article
Hit count: 250
The AJAX content loaded in a Colorbox has some JavaScript included that resizes things within the content. Colorbox determines its sizing based on the sizes before all of the AJAX happens. How can I make the Colorbox resize after the content has been loaded?
Here is a link where someone said that you can call colorbox() again after it's been loaded, but I can't figure out how to do that:
http://groups.google.com/group/colorbox/browse_thread/thread/535d21c69e9006b0
© Stack Overflow or respective owner