Skip to content

Instantly share code, notes, and snippets.

@rymai
Created June 23, 2011 16:27
Show Gist options
  • Save rymai/1042916 to your computer and use it in GitHub Desktop.
Save rymai/1042916 to your computer and use it in GitHub Desktop.
SublimeVideo: Custom play button HTML markup
<img id="posterframe_video1" class="custom_play_button" src="posterframe.jpg" width="640" height="360" />
<video id="video1" style="display:none;" poster="posterframe.jpg" width="640" height="360" preload="none">
<source src="video.mp4" />
<source src="video.ogv" />
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment