I would like to create a full-screen video background on my website, ideally using only HTML and CSS. I also need the video background to be stuck to the top of the page, so
Likely this will work-
.video-container{ width:100vw; height:100vh; }
Where vw is viewport width and vh is viewport height.