Hqs's Blog

【网站代码】html5 H5视频自动播放代码

html5 视频自动播放代码 HTML h5页面中插入MP4视频并自动播放,HTML5在网页中插入视频非常的简单,但是也有的遇到了MP4无法播放的情况,其实是因为少了个muted字段


代码如下:

<video muted controls="controls" autoplay="autoplay">
<source src="https://hqsblog.com/wj/html5.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>

演示:


Your browser does not support the video tag.https://hqsbk.com/wj/html5.mp4
退出移动版