Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivan-kalachikov/2d6046656c044ddcef226686ef891d0f to your computer and use it in GitHub Desktop.
Save ivan-kalachikov/2d6046656c044ddcef226686ef891d0f to your computer and use it in GitHub Desktop.
video autoplay on iphone solution
<video width="1920" height="1080" autoplay playsinline loop muted>
...
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment