DEV Community

Discussion on: How to fix autoplay html5 video on iOS?

Collapse
 
mmchel12 profile image
michelle tan

What if I don't want the video to autoplay?

Collapse
 
mort3za profile image
Morteza Z

In that case just don't add autoplay attribute to the video tag. Adding autoplay="false" or autoplay="true" are equal and will autoplay the video.