jQuery FancyBox Resize

Posted by Swiftaxe on Stack Overflow See other posts from Stack Overflow or by Swiftaxe
Published on 2009-06-15T07:32:14Z Indexed on 2010/03/24 4:13 UTC
Read the original article Hit count: 943

Filed under:
|
|

Hi,

Does anyone know how to resize the jQuery Fancybox during runtime?

When initialising the fancybox I can do this:

$("tag").fancybox({ 'frameWidth': 500, 'frameHeight': 700 });

I am filling the fancybox with dynamic content and want it to resize according to the content.

Anyone has a clue?

Thanks, Swiftaxe

© Stack Overflow or respective owner

Related posts about fancybox

Related posts about jQuery