Created
February 9, 2012 02:38
-
-
Save st44100/1776812 to your computer and use it in GitHub Desktop.
HTML5 Video looping
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 src="/video/pass-countdown.ogg" width="300" height="150" controls loop="loop"> | |
<p>If you are reading this, it is because your browser does not support the HTML5 video element.</p> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment