vue-youtube-embed icon indicating copy to clipboard operation
vue-youtube-embed copied to clipboard

Vue.js and YouTube

Results 51 vue-youtube-embed issues
Sort by recently updated
recently updated
newest added

playerVars: { autoplay: 1, controls: 0, rel: 0, start: 0, } changing video id and start time on mounted : this.playerVars.start = Math.floor(data[0].skip) this.videoId = data[0].video_id

How I can pausePlayer() with custom btn?

Add support for embedConfig props.

Apparently, Autoplay is now a problem in Chrome (after Jan 2018). See their new autoplay policy: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes. I tried setting mute: true in the lib file and that didn't seem...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hi, I trying to do an implementation when video is paused by a button, but the component is not firing the paused event when it is paused manually with stopVideo()...

Just curious if we can Pass a class or an id to the that wraps the iframe, as well as the iframe - currently iframe generates an id that increments...

@kaorun343 - would be nice to add support for appending a `list` parameter to the URL params. This allows the requested video to play as before, except the YouTube embed...

code is ``` ``` 'props' in Vue DevTools is ``` mute:false playerHeight:"390" playerVars:Object autoplay:1 start:100 playerWidth:"640" videoId:"QODxI9iTj9M" ``` 'autoplay' prop does work. but 'start' does not work. The video starts...

Thanks for this great package. i struggling with youtube default event "onStateChange". can you hint about this event so it implements.