Video in IOS
Since <video> autoplay is not supported on IOS. Is there a way to add it in the correct way? No when you add a video with BEBUILDER it adds like this <video poster="" autoplay="1" muted="1" width="" height="" style="max-width:100%; ">
when is should add like this <video autoplay muted width="" height="" style="max-width:100%; ">.
Comments
Hi,
Both methods are correct but autoplay on iOS requires
playsinline
attribute.https://codepen.io/hay/pen/xERaVB
I will pass to add it to the dev team.
Best regards