Skip to content

Instantly share code, notes, and snippets.

@shirokoweb
Created March 13, 2018 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirokoweb/11cdc90a9f33e0cb79f4b961e77204e7 to your computer and use it in GitHub Desktop.
Save shirokoweb/11cdc90a9f33e0cb79f4b961e77204e7 to your computer and use it in GitHub Desktop.
YT video as background
<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%"
src="https://youtube.com/embed/ID?autoplay=1&controls=0&showinfo=0&autohide=1">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment