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
948 stars 70 forks source link

Add option to mute #11

Closed jamesgillispie closed 4 years ago

jamesgillispie commented 4 years ago

Is it possible to add a param for muted on play?

<lite-youtube videoid="IJq_8gbiVBg" start="35" mute="1" autoload>

justinribeiro commented 4 years ago

Sure, let me merge #10 and then we'll get that added and in the next release.

justinribeiro commented 4 years ago

You should be able to do this now with the use of the params option in v0.9.0:

<lite-youtube videoid="IJq_8gbiVBg" videoStartAt="35" params="mute=1" autoload>