Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created April 1, 2013 19:22
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 phenix-factory/5287048 to your computer and use it in GitHub Desktop.
Save phenix-factory/5287048 to your computer and use it in GitHub Desktop.
HTML: vidéo Youtube en fond de site web
<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%" src="https://youtube.com/embed/VIDEO_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