How to make a video loop or add another slide in my store?

yo guys. i need help
i dont want my customers to click on the play button to actually see this. i want it running in a loop or if u know how to add another slide tell em please thank you.

To do this, insert

If you don’t know exactly where to insert it, tell me what kind of store theme you use and your site URL.

https://slushycups-com.myshopify.com/
password : 1

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can add my code as follows: theme → Edit > Search “theme.liquid”. Then paste the code before the tag:

const getvideo=document.querySelector(‘#shopify-section-165584840888ad3257 .video-wrapper iframe’)

let getsrc=getvideo.src

let changesrc=getSrc.slice(0,parseInt(getSrc.indexOf(‘?’)) +1)

changeSrc+=‘autoplay=1&muted=1&loop=1’

getvideo.src=changeSrc

If you find my comment useful, please let me know by giving it a Like. Thank you!

Richard - PageFly