Autoplay video element that works fine on iPhone as well.

<video poster="video-poster.png" autoplay playsinline loop muted>
    <source src="video.mp4" type="video/mp4" />
    Your browser does not support the video tag.
</video>

Topics: HTML, iphone, video