How can I start a video only when scrolled down to it?

How can I manage that a video only starts when scrolled down to it, so the visitors can see the whole video from the start?

Hi @zsoltvarga , Welcome to the Shopify Community!

To make a video start playing only when scrolled down, you can use lazy loading:

Feel free to ask me any questions you have,

Hope this helps!

hi @zsoltvarga
this could be done with gsap scrollTrigger
or simlpe javascript ‘scroll’ event listener with additional conditions.