iPhone 和 iPad 上的 YouTube 视频高度翻倍
嵌入的 YouTube 视频在移动 Safari 上以指定高度的两倍显示。桌面上的尺寸是正确的。这是一个例子,您会明白我的意思:
http://whinyliberal.com/throwback-thursday-crazy-libs-mourning-loss-of-a-tree/
我感谢您的帮助!
Embedded YouTube videos are displaying at double their specified height on mobile Safari. The dimensions are correct on a desktop. Here's an example, you'll see what I mean:
http://whinyliberal.com/throwback-thursday-crazy-libs-mourning-loss-of-a-tree/
I appreciate the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
开发人员正在此处跟踪此问题:
http://groups.google。 com/group/youtube-api-gdata/browse_thread/thread/861d5605093fdd7b
Developers are tracking this problem here:
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/861d5605093fdd7b
起初我使用 iOS 检测脚本来应用 1px 的高度,但后来我发现了这个更简单的解决方案:
在 iframe 声明中添加scrolling="no"。
At first I was using a iOS detect script to apply a height of 1px, but then I found this much simpler solution:
Add scrolling="no" in the iframe declaration.