Created
October 8, 2018 20:43
-
-
Save Orrison/0e2b2d74643ffb091cd7961bb9a26ca8 to your computer and use it in GitHub Desktop.
Autoplaying video background for mobile and desktop
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 class="video" muted="muted" loop="loop" autoplay="autoplay" playsinline> | |
<source src="video.mp4" type="video/mp4"> | |
Your browser does not support HTML5 video. | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment