<div id="video-background">        
          <video autoplay muted loop>           
                 <source src="isim.mp4" type="video/mp4">        
         </video>    
    </div>
        #video-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        #video-background video {
            width: 100%;
            height: auto;
        }
Bundan esinlenebilirsin.