Created
February 14, 2017 12:35
-
-
Save jwohlfeil/9be689db72dc95f1591fc310eafbff6f to your computer and use it in GitHub Desktop.
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 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