youtube 嵌入 - 全屏按钮不起作用
最近,我发现我的网站上嵌入的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,明白了:您需要将
allowFullScreen
设置为'true'
。Ah, figured it out: you need to set
allowFullScreen
to'true'
.