我在vimeo上托管了我的视频并尝试访问我的应用程序。但是在某些浏览器上,例如谷歌浏览器,它按照我的期望播放,但在Firefox上它不会播放。 下面是我做的代码。 HTML:
<div id="intro-video" class="modal">
<div class="pull-right"><a class="btn-close"><i class="icon-remove-sign"></i></a>
</div>
<p>Watch this short instructional video to learn how to get the most out of MDCapsule.</p>
<iframe src="http://player.vimeo.com/video/71276529?color=4a94d2" width="100%" height=300 frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
请找到附加到此问题的图片以获得更好的效果。谢谢。