justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
966 stars 70 forks source link

Loop / Auto replay not working #31

Closed BdgPixel closed 3 years ago

BdgPixel commented 3 years ago

Hi Guys,

I'm using lite-youtube for embed video https://github.com/justinribeiro/lite-youtube

currently i add in home page using this code in shopify

but can't auto replay when video end, any one can help?

Thanks, Reza

justinribeiro commented 3 years ago

You have to set the loop and playlist params (where the playlist param is the same id as the video.

Example:

<lite-youtube videoid="guJLfqTFfIw" params="loop=1&playlist=guJLfqTFfIw"></lite-youtube>