Skip to content

Instantly share code, notes, and snippets.

@rymai
Created June 23, 2011 17:07
Show Gist options
  • Save rymai/1043003 to your computer and use it in GitHub Desktop.
Save rymai/1043003 to your computer and use it in GitHub Desktop.
SublimeVideo: Simple video tag
<video class="sublime" poster="posterframe.jpg" width="640" height="360" preload="none">
<source src="video.mp4" />
<source src="video.webm" />
<source src="video.ogv" />
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment