Skip to content

Instantly share code, notes, and snippets.

@sudosanet
Last active August 29, 2015 14:23
Show Gist options
  • Save sudosanet/a93e6e2b49c36644417e to your computer and use it in GitHub Desktop.
Save sudosanet/a93e6e2b49c36644417e to your computer and use it in GitHub Desktop.
video-tag-test
<video poster="cd_preview.jpg" controls>
<source src='cd.webm' type='video/webm; codecs="vp9.0, opus"'>
<source src='vpx.webm' type='video/webm; codecs="vp8.0, vorbis"'>
<source src='cd.mp4' type='video/mp4'>
<p>モダンブラウザ使えやタコ</p>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment