erost / ng-videosharing-embed

embed youtube/vimeo/dailymotion videos using AngularJS directives
MIT License
97 stars 44 forks source link

Hide video controls #26

Closed ajbraus closed 9 years ago

ajbraus commented 9 years ago

Hi, I love the module.

Is there a way to add the option "hide-controls='true'" so the controls of each video player are hidden?

Thanks!

erost commented 9 years ago

Hi ajbraus, that only works in youtube by adding controls=0 (see the documentation here: https://developers.google.com/youtube/player_parameters#controls )

Vimeo doesn't support that option currently, I should probably look into updating the dailymotion profile.

erost commented 9 years ago

It should work on Dailymotion by using chromeless. If you test it, let me know the outcome.