reveal.js iframe嵌入视频全屏问题firefox

时间:2015-09-02 12:06:49

标签: javascript firefox iframe embed reveal.js

我使用reveal.js作为我们的Bandpage。在Media一章中,嵌入了Youtube视频。我的问题是:点击全屏按钮时,只显示背景图像,而不是视频。问题出现在firefox中,它适用于Internet Explorer。我怎样才能解决这个问题? 非常感谢!

页面是:http://www.circus-rhapsody.de/

代码如下:

<section data-background=bg/3.jpg>
     <section id="Media">
     <h1>Media</h1>
     </section>

     <section id="vid0">
     <h2>Musikvideo</h2>
     <iframe src="http://www.youtube.com/embed/9eFL_S6XmG8?rel=0"
     allowfullscreen="" frameborder="0" height="480"
     width="853"></iframe>
     </section></section>

0 个答案:

没有答案