<video id="basic" poster="https://cdn.pixabay.com/animation/2022/12/26/09/50/09-50-13-682_512.gif" controls>
<source src="https://story-v1.kakaocdn.net/dn/brvUpk/oWUa35bOLc/NnYyldT98G3ILpS3XLNKv1/m2.mp4" type="video/mp4">
</video>
* {-webkit-tap-highlight-color:transparent;}
body {
background:#000;
padding:0px;
margin:0px;
}
video{
position: fixed;
left:0px;
top:0px;
padding:0px;
margin:0px;
height: 100vh;
width: 100vw;
}
var basic = new MPlayer('#basic', {
flexible: true,
volume: 1,
autoplay : true,
contextmenu: false,
loop: false
}).on('play', function() {
console.log('play!');
});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://dohoons.github.io/mplayer/demo/mplayer.min.js