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>