bower-videogular-youtube icon indicating copy to clipboard operation
bower-videogular-youtube copied to clipboard

Videogular `youtube` plugin repository for distribution on `bower`

Results 9 bower-videogular-youtube issues
Sort by recently updated
recently updated
newest added

I don't see the purpose of this. I understand it is to prevent mistakes, but also makes it hard to keep up with youtube, I rather leave it for the...

if user add the playerVars: autoplayOnMobile=1 add "autoplay", "playsinline", "muted" attributes to iframe set player to mute and volume to "0" This allow to autoplay youtube video on iOS (iPad...

As vgYoutube uses deprecated __defineGetters__ and __defineSetters__ to overwrite the existing control functions, it is unable to get access the response '.src' of the NewVal in the directive link function....

this.config = { preload: "none", sources: [ {src: "https://www.youtube.com/watch?v="+ $scope.data.trailer_video}, {src: $sce.trustAsResourceUrl("http://static.videogular.com/assets/videos/videogular.webm"), type: "video/webm"}, {src: $sce.trustAsResourceUrl("http://static.videogular.com/assets/videos/videogular.ogg"), type: "video/ogg"} ], theme: { url: "http://www.videogular.com/styles/themes/default/latest/videogular.css" }, plugins: { controls: { autoHide: true,...

Thanks for the plugin , Any support for the angular2

Seems the plugin code overrides "mediaelement" functions without reverting back to original functions on video complete. This causes problem when trying to play the next non-youtube video by changing videogular...

Hi, I see that I can enable Youtube's video autoplay in youtube.js from videogular-youtube pluggin: ``` playerVars = { 'controls': 0, 'showinfo': 0, 'rel': 0, 'autoplay': 0, //Switch autoplay to...

Ive made some prototype i would like you to take a look at this , currently as a gist , ill be polishing it of course. https://gist.github.com/rubenCodeforges/bd876bd40343d0f68616

enhancement