HTML5 Video autoplay on iPhone

Does playsinline attribute help?

Here’s what I have:

<video autoplay loop muted playsinline class="video-background ">
  <source src="https://stackoverflow.com/questions/43570460/videos/intro-video3.mp4" type="video/mp4">
</video>

See the comment on playsinline here: https://webkit.org/blog/6784/new-video-policies-for-ios/

Leave a Comment