I\'ve got an IFrame being opened via Fancybox 2 that plays a video:
HTML:
add autoSize to :
autoSize
$("a.fancybox-video").fancybox({ scrolling : 'no', type : 'iframe', autoSize : true, helpers : { title: null } });
or :
fitToView : true,