Home / CSS Tips Generated By ChatGPT / Fullscreen Background Video in CSS Embed a fullscreen background video in a responsive manner. Source Code .background-video { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -100; background-size: cover; }