autplay html video on safari iphone code example
Example: html video autoplay IPHONE
<!-- On IOS devices safari block the autoplay by default.
Playsinline allows to force autoplay and avoid this restriction -->
<video autoplay loop muted playsinline class="video-background">
<source src="videos/intro-video3.mp4" type="video/mp4">
</video>