Autoplay video on product page

Autoplay video on product page

perfumecartel
Excursionist
20 0 2

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

Replies 3 (3)

PageFly-Richard
Shopify Partner
4852 1091 1763

 

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 </body>

 

    <script>
        document.addEventListener("DOMContentLoaded", function() {
 setTimeout(() => {
            const videos = document.querySelectorAll('.product video');

            videos.forEach(video => {
                video.muted = true;
            });

            setTimeout(() => {
                videos.forEach(video => {
                    video.play(); 
                });
            }, 1000);
    }, 1000);
        });
    </script>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Kyle_liu
Shopify Partner
359 46 60

Hi @perfumecartel 

You can add autoplay="autoplay" attribute on your video tag

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

hasbi_expatify
Shopify Partner
13 0 1

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.

If you like our solution, please like and mark it as a solution.
Don't hesitate to reach us for more Shopify solutions. Thanks 
Website: Expatify Indonesia
Email: hasbi@expatify.co.id