Mam taki kod:
<video class='myVideo' playsinline autoplay loop> <source src="background_video.mp4" type="video/mp4"> Your browser does not support HTML5 video. </video>
body { margin: 0; color:#fff; background-color: #fff; } .myVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; background-size: cover; }