我有一个带有<video>
,.ogg
和.mp4
类型视频的html .webm
代码。我还使用适当的.htaccess
类型编辑了AddFile
。我的视频应该在后台播放。在Chrome中,IE和Opera工作正常,但在Firefox中没有。这是我的代码:
<div class = "bgvid">
<video autoplay loop preload = "metadata" poster="images/pathos-lounge-restaurant.jpg" id="bgvid">
<source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.mp4" type="video/mp4">
<source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.webm" type="video/webm">
<source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.ogv" type="video/ogg">
</video>
</div>
答案 0 :(得分:1)
两件事
您有容器和休息室的课程hidden
您有overflow:hidden
媒体全部
你可能不想删除