我使用fancybox(仅使用fancybox的照片)嵌入了youtube视频和一些图片。如果我先点击图片,这些图片会用fancybox正确打开。然后,如果我启动一个iftube视频,这是一个iframe,那么这个幻想就不会正常工作。它只显示了fancybox的灰色背景。为什么会这样做以及如何解决它?
// This is one of the youtube iframe
<iframe width="290" height="225" src="//www.youtube.com/embed/#YoutubeId#?controls=0&showinfo=0&wmode=transparent" frameborder="0" allowfullscreen></iframe>
$("a.fancy").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : false
});