Questions tagged [vue-plyr]

6 questions
2
votes
2 answers

Nuxt local import client only

I'm trying to use VuePlyr in Nuxt 2. Right now I have it working as a plugin /plugins/vue-plyr.js, import Vue from 'vue' import VuePlyr from '@skjnldsv/vue-plyr' import 'vue-plyr/dist/vue-plyr.css' Vue.use(VuePlyr) but it is just used in one page,…
Joe82
  • 1,357
  • 2
  • 24
  • 40
2
votes
0 answers

Vue-Plyr loading video very slow

My video's size is 2.7 MB and vue-plyr needs 10 seconds or so to load it in my local development environment (laravel/vue). During that time the plyr frame just stays black. The bad thing is that it doesn't even autoplay after it's loaded. Am I…
Artur Müller Romanov
  • 4,417
  • 10
  • 73
  • 132
1
vote
0 answers

How to change color in Vue-Plyr?

In this git issue it is discussed how to change the color of vue-plyr user interface. Sampotts mentions a way by changing css variables. I've been trying to do that without success. In the node_modules/plyr/src/sass/settings directory there is a…
Artur Müller Romanov
  • 4,417
  • 10
  • 73
  • 132
0
votes
0 answers

How can I update the mp3 file in vue plyr component

how can i force a reload of the componente when i change the language on the page in a floater. I tried to use :key="store.state.language", but with each language change, the old language remains, but without the global css style for plyr Is there a…
bluelemonade
  • 1,115
  • 1
  • 14
  • 26
0
votes
1 answer

Nuxt3 with vue-plyr for YouTube - Document is not defined Reference Error

I'm trying to implement the vue-plyr with a new Nuxt3 application, so that I can embed customized YouTube and Vimeo videos into the pages. I have followed the instructions for Nuxt (Vue 2.x) at the bottom of the vue-plyr npm page to use the…
ben mi
  • 65
  • 6
0
votes
1 answer

How to play a local video in Vue-plyr?

I can get vue-plyr to work with a youtube video like so: but…
Artur Müller Romanov
  • 4,417
  • 10
  • 73
  • 132