Autoplay the product video when hover on the product items

Hi all,

I would like to have the effect that when people hover on the product items, the second media (Video) will autoplay. Is it possible?

Example: https://themes.shopify.com/themes/sense/styles/default/preview

My theme is: Stiletto

Thanks!

Hello @Maelaw ,

Check the theme documentation to confirm feature is available with the theme or not.

If not then you need to hire a developer to do it.
Or If you are comfortable with the code and looking for idea please follow:

  1. Prepare mp4 video of each product less than 20 mb.
  2. Edit product and at the place of 2nd image use the mp4 video.
  3. Edit theme files find hover code.
  4. Replace it with html5 video tag

Thanks