我想在html页面中嵌入Vimeo iframe。我使用另一个Iframe来显示Vimeo iframe视频,但是输出确实存在一些问题。
我可以移动视频,但不要按下按钮播放?
我做错了什么?
请查看www.sebastiankornum.com,访问博客和试用视频测试博客帖子。
问题主要出在Firefox上。
谢谢 - 克劳斯
// UPDATE 这是我的部分,我有一个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>