Does anyone know how to resize the jQuery Fancybox during runtime?
When initializing the fancybox I can do this:
$("tag").fancybox({ 'frameWidth': 500, 'frameHeight': 700 });
I am filling the fancybox with dynamic content and I want it to resize according to the content.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…