youtube as background video website

// HTML
<div class="embed-container">
	<iframe src="https://www.youtube.com/embed/9QTojZVR_Ec?controls=0&autoplay=1&mute=1" frameborder="0" mute="1" allow="autoplay;encrypted-media"></iframe>
</div>

// CSS
@media (min-aspect-ratio: 16/9) {
  .embed-container iframe {
    height: 56.25vw;
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .embed-container iframe {
    width: 177.78vh;
    height: 100vh;
  }
}
div.embed-container {
  z-index: -99;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
div.embed-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

// or... SASS (same as CSS but different syntax)
@media (min-aspect-ratio: 16/9)
  .embed-container iframe
    height: 56.25vw
    width: 100vw

@media (max-aspect-ratio: 16/9)
  .embed-container iframe
    width: 177.78vh
    height: 100vh

div.embed-container
  z-index: -99
  position: absolute
  overflow: hidden
  width: 100vw
  height: 100vh
  iframe
    position: absolute
    top: 50%
    left: 50%
    transform: translate(-50%, -50%)

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
youtube use video as background How to add background to YouTube video how to add youtube video as background how to use youtube video as background how to add yotube video as background video of a website youtube as background video for website background image for youtube video youtube background website youtube background videos play youtube video in background website how to make a website like youtube with video playing in background use youtube as background in website youtube video as background in siteorigin youtube video in background video youtube background youtube set background video youtube video in background url how to put a youtube video as your website background background for youtube videos add youtube video link in background video in 'html use youtube video as background use youtube video background html make website background a youtube video background for video youtube use youtube as video background url youtube background video add youtube video to backround in website how to link youtube video as background on html youtube embed video background youtube embed background cover css background video from youtube youtube background how to add background image to youtube videos on website background video youtube css youtube video background html js youtube video background autoplay html play background youtube video div how to set video embed link as background put youtube video in background via css youtube video as background html5 youtube as background video how to put a youtube video on a website banner on youtube video css html embed youtube video as background html background video youtube link youtube background video html html autoplay youtube video as background play youtube in background of html html youtube video background How To Add a Video Background with HTML from youtube embedded youtube video as background html html youtube background use youtube as background video javascript website youtube video as background how to embed video background in my website how to use youtube video as full backround how to use youtube video as backround add iframe video to background video no one can touch play youtube video in background html having youtube video as my website background how embed youtube video website background use youtube video as background video inject html to play youtube video in background use youtube video as background css video do youtube como url css background section youtube video background html css youtube video to website background youtube to website background video do youtube como url css background youtube video background html youtube iframe api background video youtube video url to website background youtube video as background youtube video as background html how to make a background video embed code youtube as background video website
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source