Created
November 9, 2015 23:35
-
-
Save s-hiroshi/56b2c5899709c75310df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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