I have a video element with autoplay, muted, and loop. Occasionally Chrome will play the video but the vast majority of the time the video wont play at all.`
<video autoplay muted loop playsinline poster="assets/images/poster.webp">
<source src="assets/images/video.mp4" type="video/mp4" />
</video>
I've tried all sorts of different variations but in the end of the day the result remains the same.