fancybox youtube 覆盖
我在页面上有一个 YouTube 链接和一个 fancybox 图像,但是当我打开图像时,YouTube 视频不会进入后台。但它出现在图像的顶部,这是代码的样子,
<a class="fancybox-button" rel="fancybox-button" href="http://xbmc.org/wp-content/gallery/aeon/aeon_home_watchmen.jpg" title="xbmc"><img alt="1" src="http://xbmc.org/wp-content/gallery/aeon/aeon_home_watchmen.jpg" width="105" height="75"/></a>
<iframe width="480" height="270"
src="http://www.youtube.com/embed/v_AxZXmPRVQ">
</iframe>
而且这只发生在 Google Chrome 中
Hy there i have a youtube link and a fancybox images on a page but when i open the images the youtube video doesn't go in the background. but instead it goes on top of the image here is what the code looks like
<a class="fancybox-button" rel="fancybox-button" href="http://xbmc.org/wp-content/gallery/aeon/aeon_home_watchmen.jpg" title="xbmc"><img alt="1" src="http://xbmc.org/wp-content/gallery/aeon/aeon_home_watchmen.jpg" width="105" height="75"/></a>
<iframe width="480" height="270"
src="http://www.youtube.com/embed/v_AxZXmPRVQ">
</iframe>
also this only happens in Google Chrome
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 YouTube 视频的
wmode
设置为opaque
,如下所示:Set
wmode
toopaque
of your youtube video like this: