Created
September 17, 2020 12:39
-
-
Save diego-betto/4a5e124eda758a1e9120002bcd4eb0ae to your computer and use it in GitHub Desktop.
Video with autoplay, loop and iOS support
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 autoplay loop muted playsinline class="video-background "> | |
<source src="to/the/video.mp4" type="video/mp4"> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment