Created
October 7, 2014 14:57
-
-
Save livercake/3dd7919fc0fd881a26c1 to your computer and use it in GitHub Desktop.
the proper <video> element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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