Skip to content

Instantly share code, notes, and snippets.

@diego-betto
Created September 17, 2020 12:39
Show Gist options
  • Save diego-betto/4a5e124eda758a1e9120002bcd4eb0ae to your computer and use it in GitHub Desktop.
Save diego-betto/4a5e124eda758a1e9120002bcd4eb0ae to your computer and use it in GitHub Desktop.
Video with autoplay, loop and iOS support
<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