vue-plyr icon indicating copy to clipboard operation
vue-plyr copied to clipboard

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.

Results 130 vue-plyr issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 1.0.0-rc.9 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Hi, when I add _vue-plyr_ as a dependency as-is, my `npm install` time goes from under a minute to 10 minutes and longer, simply because it retries fetching _sampotts/plyr_ many...

Following the documentation for adding plyr as a plugin to Nuxt, "vue-plyr" is not globally registered. There is also a warn message `WARN Plugin /plugins/vue-plyr.js has no default export and...

Hi, I would like to set starting time of the player to 0, but the metadata of the video has start time = 10, therefore the progress bar always start...

1. I can't connect the css file - all variants don't work. 2. How can I customizing player's elements to make like in examples? 3. How can I set speed...

As it says in the title. I may open a PR for this if I do it myself.

Hi there, I'm working on Nuxt 3 application. I want to use this video player on my app. But I didn't get any documentation or resources to use this on...

With webpack5, it fails to compile because of the line: import 'vue-plyr/dist/vue-plyr.css' I guess the right way to format that is: @import 'vue-plyr/dist/vue-plyr.css';

Hi, plyr controls disappear when users open fullscreen mode with a double click. export const YOUTUBE_PLAYER_VARS = { autoplay: 1, modestbranding: 1, showinfo: 0, seekTime: 15, fullscreen: { enabled: true,...

So, I have this code, ` ` And I have a button that toggles the `globalVideoState`. When I click, and the `globalVideoState` is changed to `VideoPlayerState.playing`, it loads like it...