Last active
April 15, 2016 00:57
-
-
Save naranjja/1a81c4eaea0ebe6d945a74cf9fe6eb77 to your computer and use it in GitHub Desktop.
Add HTML5 video player
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 | |
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