html video autoplay IPHONE

HTML
<!-- 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>
Source

Also in HTML: