I\'m trying to create a site where I have a background video playing with some HTML5. This is all working perfectly, it works just the way I want it. But I also want to keep
Use Css Property. object-fit: cover;
body, html { padding: 0; margin: 0; height: 100%; width: 100%; } video { height: 100%; width: 100%; }