My HTML video does not appear in Chrome, Opera and IE while appears in MS Edge
Hello
i just tried to create a fullscreen video background using HTML in Dreamweaver, but when i previewed it, it only appears in MS Edge but not in Chrome, Opera or IE, can anyone help explain what's going on please
<body>
<header class="vid-bg container">
<div class="fullscreen-video">
<video src="assets/Showcase.mp4" autoplay="true" loop="true"></video>
</div>
</header>
</body>
