小编Man*_*ngh的帖子

HTML5视频自动播放无法正常工作

我一直在研究如何在网络和移动设备上实现HTML5视频作为背景视频,下面是以下代码 - 它显示但不是自动启动,这就是问题

<video width="100%" controls autoplay>
  <source src="video/342125205.mp4" type="video/mp4">
  <source src="video/342125205.ogg" type="video/ogg">
</video>
Run Code Online (Sandbox Code Playgroud)

html html5 html5-video

10
推荐指数
2
解决办法
2万
查看次数

标签 统计

html ×1

html5 ×1

html5-video ×1