Skip to content

Instantly share code, notes, and snippets.

@naranjja
Last active April 15, 2016 00:57
Show Gist options
  • Save naranjja/1a81c4eaea0ebe6d945a74cf9fe6eb77 to your computer and use it in GitHub Desktop.
Save naranjja/1a81c4eaea0ebe6d945a74cf9fe6eb77 to your computer and use it in GitHub Desktop.
Add HTML5 video player
<video
controls=""
style="position: static; pointer-events: inherit; display: inline;"
loop=""
src="video.<mp4|webm>">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment