Skip to content

Instantly share code, notes, and snippets.

@st44100
Created February 9, 2012 02:38
Show Gist options
  • Save st44100/1776812 to your computer and use it in GitHub Desktop.
Save st44100/1776812 to your computer and use it in GitHub Desktop.
HTML5 Video looping
<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