Skip to content

Instantly share code, notes, and snippets.

@mbohun
Created October 31, 2012 06:33
Show Gist options
  • Save mbohun/3985456 to your computer and use it in GitHub Desktop.
Save mbohun/3985456 to your computer and use it in GitHub Desktop.
test
<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