google-youtube
google-youtube copied to clipboard
YouTube video playback web component
I've done my best to match the style of the work done on the 2.0-preview branches of other repositories in the GoogleWebComponents and PolymerElements organisations as I'm not sure if...
I'm not sure if this is an error on my part since I have tried most flags to try to get rid of related videos that popup just before video...
I added to the (stripped down) demo a button which allows changing the video: ``` javascript Change video Polymer({ is: 'demo-element', changeVideo: function(ev) { this.$.custom.videoId = '0GxteaIaj2Q'; this.$.custom.thumbnail = 'http://i.ytimg.com/vi/0GxteaIaj2Q/hqdefault.jpg';...
With autoplay engaged, video soundtrack seems to be called twice, sometimes resulting in a hall effect. Pausing the video only stops one of the soundtracks. google-youtube version 1.2.1 Chromium 51
I stumbled this issue while linting a component that is using google-youtube. ../bower_components/google-youtube/google-youtube.html:98:7 Property '_playsupportedLocalStorage' bound to attribute 'value' not found in 'properties' for element 'google-youtube' Just add _playsupportedLocalStorage to...
I noticed that there was a shortfall of methods that are included in the YouTube IFrame API, is this intentional or am I free to send a pull request?
Sometimes in Chrome (desktop), the `playsupported` property is erroneously set to `false`. It happens inconsistently, and sometimes a page refresh causes it to be set correctly. Device Emulator is _not_...
I'd like to see a `requestFullScreen` method added to google-youtube so I can full screen my videos using my own chrome.
The example uses `rel="0"` but I can't find this param in the element. Is it leftover? `````` ``` ``````
This worked for a few hours then stopped working with 401 errors.