youtube 嵌入 - 全屏按钮不起作用

发布于 2024-11-25 18:37:49 字数 611 浏览 0 评论 0原文

最近,我发现我的网站上嵌入的 YouTube 视频存在问题 - 全屏按钮不再起作用。确实有过一次。该按钮是可见的,但单击时没有任何反应。

我正在使用 Youtube Javascript API 在我的网站中嵌入视频,就像 Google http://code.google.com/apis/ajax/playground/?exp=youtube#simple_embed

我使用 fs=1 参数来启用全屏按钮。 如果您想尝试一下,只需将其附加到示例中的 URL 参数并点击“运行代码”即可。它甚至在 Google Code Playground 中似乎都不起作用!这是一个普遍问题还是可能有一些解决方法?我在Chrome、FF和Opera上都试过了,都是一样的。

我的网站 http://trashnet.de/youloop/?id=HCdkYRx63HM

致以诚挚的问候:)

recently I discovered issues with embedded youtube videos on my site - the fullscreen-button does not work anymore. It sure did once. The button is visible, but when clicked, nothing happens.

I'm using the Youtube Javascript API to embed videos in my website, much like this example by Google http://code.google.com/apis/ajax/playground/?exp=youtube#simple_embed

I use the fs=1-Parameter to enable the Fullscreen-Button.
If you wanna try this out, just append it to the URL-Parameters in the example and hit "Run Code". It even doesn't seem to work in the Google Code Playground! Is this a general problem or might there be some workaround? I tried this in Chrome, FF and Opera, it's all the same.

My site http://trashnet.de/youloop/?id=HCdkYRx63HM

Best regards :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

诠释孤独 2024-12-02 18:37:49

啊,明白了:您需要将 allowFullScreen 设置为 'true'

Ah, figured it out: you need to set allowFullScreen to 'true'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文