【发布时间】:2014-04-17 10:27:52
【问题描述】:
我已经在我的网站http://jdwebmanagement.com/draft/united_football/ 上嵌入了一个 YouTube 视频,代码如下:
<iframe width="664" height="390" src="https://www.youtube.com/v/JfYn1og9p-U?autoplay=1&version=3&loop=1&playlist=JfYn1og9p-U&rel=0" frameborder="0" allowfullscreen></iframe>
问题在于“立即播放!”按钮显示在视频下方。同样在 IE 上,当您单击下方轮播的第一个缩略图时,模式会显示在视频下方。
【问题讨论】:
-
The problem is that the "Play Now!" button displays under the video.- 你希望它出现在哪里? -
寻找它出现在视频上,就像它在 Chrome 和 FF 中一样。还有模态弹出窗口显示在所有内容之上。
-
“立即播放!”也显示在 Chrome 和 FF 中的视频下方。
-
stackoverflow.com/questions/9074365/… 也许这可以解决你的问题。
-
@JamesDeadman 似乎在 IE10 中运行良好。你用的是什么版本?另外,请发布您的视频和按钮代码,以便我们提供更好的帮助。