未验证 提交 1247be37 编写于 作者: R Remus M 提交者: GitHub

Firefox ESR fix

Firefox ESR does not like MP4.for video.
WEBM and OGV only.
上级 b0a594d0
......@@ -50,8 +50,8 @@
<script src="js/Detector.js"></script>
<video id="video" autoplay loop webkit-playsinline style="display:none">
<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="textures/sintel.ogv" type='video/ogg; codecs="theora, vorbis"'>
<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>
<script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册