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

A private by default, faster and cleaner YouTube embed component for Vue applications.

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

Would it be possible to emit more event, like at least one when the video is finished playing?

Hey @wobsoriano , Thanks for the plugin. Can a method be added that will allow us to programmatically jump to a timestamp in the video?

I got this error while installing: ``` PS D:\Workspace> npm install vue-lite-youtube-embed vue-frag --save ... npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 <...

hi it is not a issue but is it possible for me to add youtube short video with lite youtube embed without dark spaces

Would you mind adding an autoplay feature? We're considering using your component in a setting where autoplay is preferrable, but due to Chrome's (and most other browsers') new demands to...

The component works in full screen mode, but when I try to use it in Device mode in Chrome, it doesn't start playing. Any ideas?

Since 9th July 2025, the API now requires referer information to be sent when embedding a video (https://developers.google.com/youtube/iframe_api_reference#july-9,-2025), otherwise the end user will get "Error 153" when attempting to play...

If the `Referrer-Policy` header in use on the page does not allow for referer information to be sent to another origin (eg: `same-origin`) then once the player loads it may...

Docs says it defaults to false: I checked source code in node_modules and found that it actually is set to true! I found this by inspecting my nuxt app in...