Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created January 5, 2015 13:58
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 delputnam/a0361b939999c8ecf909 to your computer and use it in GitHub Desktop.
Save delputnam/a0361b939999c8ecf909 to your computer and use it in GitHub Desktop.
HTML5 Video Example
<video width="1100" height="619" preload="metadata" poster="/wp-content/uploads/2014/10/here-they-come-16x9.jpg" controls>
<source src="/wp-content/uploads/2014/10/Sample-16x9-HD.mp4" type="video/mp4">
<source src="/wp-content/uploads/2014/10/Sample-16x9-HD.webm" type="video/webm">
<source src="/wp-content/uploads/2014/10/Sample-16x9-HD.ogv" type="video/ogg">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment