Autoplay video on product page

hey i want my video to autoplay in the slideshow of the prodcut page like this shopify website did it https://fragrancemilking.ca/products/jpg-le-beau-le-parfum?_pos=1&_psq=le+bea&_ss=e&_v=1.0

i have dawn theme, but i dont know if they added code or they did something else thanks in advance

This is Richard from PageFly - Shopify Page Builder App

Hi @perfumecartel Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly

Hi @perfumecartel

You can add autoplay=“autoplay” attribute on your video tag

To make your video autoplay, add the autoplay=“autoplay” attribute to the video tag in the main-product.liquid file. This will require some coding.