视频无法在Chrome浏览器中正常运行,只能在其他浏览器中运行

时间:2019-06-14 20:01:44

标签: html google-chrome

我目前在一个网站上工作,我只是意识到背景视频仅适用于野生动物园和Mozilla,而不适用于chrome。

不同的事物

<div class="container">
    <video width="640" height="360"  style="width:100%;" loop muted>
                <source src="/assets/vdc-video.MP4" type="video/MP4"     style="width:100%;"/>
              Your browser does not support the video tag.
              </video>
        </div>

能够在两个导航工具中自动播放视频。

1 个答案:

答案 0 :(得分:0)

https://www.w3schools.com/html/html5_video.asp

向视频标签添加控件并自动播放

<video width="" height="" controls autoplay>
...
</video>