Skip to content

Instantly share code, notes, and snippets.

@achudars
Last active December 17, 2015 00:19
Show Gist options
  • Select an option

  • Save achudars/5520332 to your computer and use it in GitHub Desktop.

Select an option

Save achudars/5520332 to your computer and use it in GitHub Desktop.
Use of Video element in HTML5
<video controls preload>
<source src="cohagenPhoneCall.ogv" type="video/ogg; codecs='vorbis, theora'" />
<source src="cohagenPhoneCall.mp4" type="video/mp4; 'codecs='avc1.42E01E, mp4a.40.2'" />
<p> Your browser is old. <a href="cohagenPhoneCall.mp4">Download this video instead.</a> </p>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment