Skip to content

Instantly share code, notes, and snippets.

@dobrienSTJ
Created October 6, 2017 11:49
Show Gist options
  • Save dobrienSTJ/3ff2a2f032ed79ccabc99606a6f01f1f to your computer and use it in GitHub Desktop.
Save dobrienSTJ/3ff2a2f032ed79ccabc99606a6f01f1f to your computer and use it in GitHub Desktop.
Video HTML
video#vid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background-size: cover;
margin: 0 auto;
}
<video autoplay loop id="vid">
<source src="https://www.tesla.com/ns_videos/Model3_WebsiteHero_Master_D.mp4?20170801" type="video/mp4">
</video>
@dobrienSTJ
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment