常阅 API
技术专题
工程化配置
主题
媒体和 Web Audio API 的自动播放指南
在使用 autoplay 属性时,可能会出现 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu 的说明,在某些浏览器,如果没有设置 muted 属性,autoplay 将不会生效。
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
muted
autoplay
用于设置视频的预览图(视频播放前显示的图像)
<video src="v.mp4" poster="cover.png"></video>