brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive
http://brandly.github.io/angular-youtube-embed/
MIT License
510 stars 147 forks source link

[Question] Does modestbranding parameter work? #151

Closed AlvaroHerrero closed 7 years ago

AlvaroHerrero commented 7 years ago

Is it possible to set the modestbranding parameter in a Ionic app? It is on the parameter list, but setting it makes no effect and the youtube logo is still visible.

Thanks in advance.

brandly commented 7 years ago

yes! we pass parameters directly thru to the underlying YouTube Embed API. the modestbranding docs mention this tho:

Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player.

AlvaroHerrero commented 7 years ago

Understood, the youtube logo is always visible when the video is not playing. Thank you!