我想在 html 页面中嵌入 Vimeo Iframe。我使用另一个 iframe 来显示该 Vimeo iframe 视频,但是输出确实存在一些问题。
我可以悬停视频,但不能按下按钮播放?
我究竟做错了什么?
请查看 www.sebastiankornum.com,转到博客和尝试视频测试博客文章。
问题主要出在 Firefox 中。
谢谢 - 克劳斯
//更新这是我的部分,我有一个 Iframe。
<section class="st-panel" id="st-panel-3" style="overflow:hidden;">
<div class="content" style="width:100%; position: absolute; left:0%; right:0%; bottom: 0; text-align:middle;">
<a href="http://sebastiankornum.com/sebs-update.aspx" target="blogFrame"><h2 style="left:18%;">Latest news</h2></a>
<iframe src="http://sebastiankornum.com/sebs-update.aspx" style="border:0px; overflow:auto;" name="blogFrame" width="100%" height="100%"></iframe>
</div>
</section>