I noticed that when the videos are set on the product page as showing first before the image they do not auto-play on the collection page. Please see current state and examples attached. The image with the yellow highlights is what our website currently shows.
Theme does not provide any video references on collection page, so adding them videos would require theme code edit.
Editing theme code will make future theme version updates problematic.
Possible solutions:
Use GIF image instead of the video, though worse clarity;
Javascript solution to fetch videos after page is loaded and replace images with videos – can be complex…
Also – beware of showing multiple videos on the same page – this will eat the bandwidth and CPU → may easily make your page unresponsive.
Can look annoying too.
Videos don’t auto-play on collection pages by default in most themes. To enable this, you’d need to edit your theme code to add video support there. Keep in mind this can affect page load and might require a developer if you’re not comfortable with code. Alternatively, consider using GIFs or switching the first media to an image to avoid this issue.
it is google policy that does not allow auto play videos on your website with sound you need to mute the video find the code in your theme editor find the video tag in video tag add muted like
Most native Shopify themes don’t support autoplaying video media directly on the collection grid out of the box, but you can achieve this seamlessly using a dedicated app.
Take a look at the EasyBoost Product Videos Demo. The EasyBoost app automatically checks if a product has an associated video and can display/autoplay it on your collection pages exactly the way you described.
It’s a solid, plug-and-play alternative to rewriting your theme’s theme code. Hope this helps!