Skip to content

Instantly share code, notes, and snippets.

@livercake
Created October 7, 2014 14:57
Show Gist options
  • Save livercake/3dd7919fc0fd881a26c1 to your computer and use it in GitHub Desktop.
Save livercake/3dd7919fc0fd881a26c1 to your computer and use it in GitHub Desktop.
the proper <video> element
<video autoplay="autoplay" muted="muted" poster="poster.jpg" style="height: auto; visibility: visible;">
<source src="mp4version.mp4" type="video/mp4">
<source src="webmversion.webm" type="video/webm">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment