fancybox youtube 覆盖

发布于 2025-01-01 23:24:37 字数 516 浏览 1 评论 0原文

我在页面上有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷情妓 2025-01-08 23:24:37

将 YouTube 视频的 wmode 设置为 opaque,如下所示:

<iframe src="http://www.youtube.com/embed/v_AxZXmPRVQ?wmode=opaque" width="480" height="270" ></iframe>

Set wmode to opaque of your youtube video like this:

<iframe src="http://www.youtube.com/embed/v_AxZXmPRVQ?wmode=opaque" width="480" height="270" ></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文