Created
August 11, 2014 09:24
-
-
Save nicolasrenon/822491b3244b7c086c1a to your computer and use it in GitHub Desktop.
Basic HTML5 video markup
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="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