Reputation: 3103
I have this video embedded onto my index:
<video style="width:100%;" muted="" autoplay="">
<source src="video.webm" type="video/webm">
<source src="video.mov" type="video/mp4" codecs="hvc1">
</video>
It starts playing automatically on desktops and Android phones, even iPads but not iPhone for some reason. Why is that? Is the iPhone browser blocking it or something?
Upvotes: 0
Views: 1672