All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.