Skip to content

Instantly share code, notes, and snippets.

@ituki
Last active August 29, 2015 14:01
Show Gist options
  • Save ituki/0c417f58078083e5f180 to your computer and use it in GitHub Desktop.
Save ituki/0c417f58078083e5f180 to your computer and use it in GitHub Desktop.
<source src="video/***.webm" type="video/webm">
<source src="video/***.mp4" type="video/mp4">
<video class="video" poster="画像パス" width="xxx" height="xxx">
<source src="動画パス.mp4" type="video/mp4"></source>
<source src="動画パス.webm" type="video/webm"></source>
</video>
AddType video/mp4 mp4
AddType video/webm webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment