Created
October 31, 2012 06:33
-
-
Save mbohun/3985456 to your computer and use it in GitHub Desktop.
test
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 poster="movie.jpg" controls> | |
<source src="movie.webm" type='video/webm; codecs="vp8.0, vorbis"'/> | |
<source src="movie.ogv" type='video/ogg; codecs="theora, vorbis"'/> | |
<source src="movie.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'/> | |
<p>This is fallback content</p> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment