Skip to content

Instantly share code, notes, and snippets.

@danro
Last active January 2, 2016 03:49
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 danro/8246282 to your computer and use it in GitHub Desktop.
Save danro/8246282 to your computer and use it in GitHub Desktop.
video tag example
<video autoplay loop style="width:100%; height: auto; position:absolute; z-index: -1;">
<source src="http://syddev.com/jquery.videoBG/assets/tunnel_animation.mp4" type="video/mp4" />
<source src="http://syddev.com/jquery.videoBG/assets/tunnel_animation.ogv" type="application/ogg" />
<img src="http://syddev.com/jquery.videoBG/assets/tunnel_animation.jpg">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment