vue-lazytube
vue-lazytube copied to clipboard
Embed a YouTube and Vimeo player easily and lazy load the video to save resources and reduces initial load size.
When trying to use this library in my Nuxt 3 app, I can't get it working. The video (Vimeo) is not loaded and gives me error: ```Uncaught (in promise) TypeError:...
**Is your feature request related to a problem? Please describe.** I want to use the YouTube Iframe Player API to set attributes (f.e. `rel=0`). **Describe the solution you'd like** A...
**Describe the bug** Upgrade from 1.0.4 to latest 1.1.1 (can bisect tomorrow) broke SSR: ``` ReferenceError: document is not defined at c (node_modules/vue-lazytube/dist/vue-lazytube.umd.min.js:2:83266) at v (node_modules/vue-lazytube/dist/vue-lazytube.umd.min.js:2:84526) at u (node_modules/vue-lazytube/dist/vue-lazytube.umd.min.js:2:83190) at...
Good library! I'd like to use it, but my project is on vue 3. It would be nice if you can make this library available for Vue 3. Thanks!
Hi, good day! The current functionality when playing a video using the component. When you played and stop it will show the "More videos" thumbnail which should be possible optional?...
I am trying to use vue-lazytube in the attached single-file component in a Meteor/Vue context using Vue 2 and I get the error above. [Avideo.zip](https://github.com/seeratawan01/vue-lazytube/files/9714447/Avideo.zip)
Hi! I can't install vue-lazytube. I enter it into the terminal: npm install --save vue-lazytube. I get an error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency...
Hello, I have a problem when I use v-slot:button. this is how i use v-slot:button: ``` Play ``` My button plays a video when clicked, but at the same time...
Hi, when you disable the title on vim (showTitle: false), the gradient background should be hidden.