Skip to content

Instantly share code, notes, and snippets.

@nicolasrenon
Created August 11, 2014 09:24
Show Gist options
  • Save nicolasrenon/822491b3244b7c086c1a to your computer and use it in GitHub Desktop.
Save nicolasrenon/822491b3244b7c086c1a to your computer and use it in GitHub Desktop.
Basic HTML5 video markup
<video poster="poster.jpg" controls>
<source type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"' src="video.mp4">
<source type='video/webm; codecs="vp8.0, vorbis"' src="video.webm">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment