I\'m reading documentation:
http://fancyapps.com/fancybox/#docs
and the $.fancybox.open( [group], [options] ) and open explanation is good, but I\'m wonderin
Have you tried doing this yet?
$(function () { $.fancybox.open([ { type: 'iframe', href : 'http://www.youtube.com/embed/L9szn1QQfas?autoplay=1&wmode=opaque', title : '1st title' } ], { padding : 0 }); });
Working Example: http://jsfiddle.net/NDM5F/