Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created August 27, 2012 19:21
Show Gist options
  • Save themorgantown/3491500 to your computer and use it in GitHub Desktop.
Save themorgantown/3491500 to your computer and use it in GitHub Desktop.
video element code
<video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment