我在 vimeo 上托管了我的视频并尝试访问我的应用程序。但是在某些浏览器(例如 google chrome)上,它会按照我的预期播放,但在 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>
并且请找到附加到这个问题的图片以便更好地理解。在此先感谢。