Created
January 15, 2018 13:28
-
-
Save bUxEE/bab6b2cb5d2876e54e6f8b2faa3c282a to your computer and use it in GitHub Desktop.
This file contains 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 width="100%" height="100%" preload="none" style="background-image:url('preview.jpg');"> | |
<source src="video.mp4" type="video/mp4" /> | |
<source src="video.webm" type="video/webm" /> | |
<source src="video.ogg" type="video/ogg" /> | |
<p>Il tuo browser non supporta questo video</p> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment