Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:35
Show Gist options
  • Save jwohlfeil/9be689db72dc95f1591fc310eafbff6f to your computer and use it in GitHub Desktop.
Save jwohlfeil/9be689db72dc95f1591fc310eafbff6f to your computer and use it in GitHub Desktop.
<video class="video" poster="cat.jpg" width="352" height="264" controls autobuffer>
<source src="cat.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></source>
<source src="cat.ogv" type='video/ogg; codecs="theora, vorbis"'></source>
</video>
<script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment