How to make Ella theme product gallery video autoplay

Hi there,

I am using “ELLA” Theme for my brand new store ackly.com

Everything is fine on my store. But recently I just added a youtube video for products gallery.

This video is working when people click on it and then they can see it.

But I don’t like it. I want something like that video will run with autoplay.

Is there anyone who can help me with that?

Product link - https://ackly.com/products/ackly-bamboo-duvet-cover-white

@Halothemes

Did you manage to solve this?

I will change theme if not :folded_hands:

I am also having the same problem. What was the solution for this issue?

Hi… How are you? Did you manage to solve this?

It’s quite easy to enable this, all you have to do is add this autoplay:true attribute to the media filter.

{{ media | video_tag: controls: true, image_size: 'master', autoplay: true }}

in my case, I am using the left-thumb template for the product page. All you have to do is to look for the template and search for this string “{{ media | video_tag: controls: true, image_size: ‘master’}}” on that template. Then, add this autoplay attribute.