Created
June 11, 2019 08:20
-
-
Save ivan-kalachikov/2d6046656c044ddcef226686ef891d0f to your computer and use it in GitHub Desktop.
video autoplay on iphone solution
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 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