Skip to content

Instantly share code, notes, and snippets.

@s-hiroshi
Created November 9, 2015 23:35
Show Gist options
  • Select an option

  • Save s-hiroshi/56b2c5899709c75310df to your computer and use it in GitHub Desktop.

Select an option

Save s-hiroshi/56b2c5899709c75310df to your computer and use it in GitHub Desktop.
<video width="465" height="260" src="sample.mp4" poster="sample.jpg" preload="none" controls>
<source src="sample.mp4" type="video/mp4">
<object data="sample.mp4" width="465" height="260">
<embed width="465" height="260" src="sample.mp4">
</object>
<p>本ブラウザはvideoタグをサポートしておりません。</p>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment