SyntaxFix
Write A Post
Hire A Developer
Questions
Easiest & Responsive.
<video src="full.mp4" autoplay muted loop></video> <style> video { height: 100vh; width: 100%; object-fit: fill; // use "cover" to avoid distortion position: absolute; } </style>