Autoplaying Video in the Broadcast theme for product images in collections and on product pages

Hi, Hoping someone can help!

We are currently redesigning our website with the Broadcast theme and I’m struggling to get it to auto play product videos in the collection feed and on the product pages. It will auto play them if you are on a touchscreen (ie. phone or tablet) but not on a computer. I know it will be a code edit but nothing I’m trying is working. Every place I can find mention of video it says Auto play is true.

Any help would be appreciated!

Thanks

Hi @FloraLibby

Ok dear, please share your store URL and collaborator code with me so I can check and provide you with the proper solution.

Hello @FloraLibby ,

I hope you are well!

Could you please share your store URL so I can check and provide you with the code to enable video autoplay?

1. Go to Online Store → Theme → Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

Find:

<video ... autoplay loop playsinline ...>

Replace with:

<video ... autoplay loop muted playsinline ...>

Thanks!