vue-responsive-video-background-player
vue-responsive-video-background-player copied to clipboard
Play your own videos in background responsively in different resolutions.
Great work but would be doable to have types :)  
Hi, Everything is working fine in desktop, but in mobile in only shows the poster without playing the video. My code snippet ``` //some code ``` Vue - 2.6.11 vue-responsive-video-background-player:...
Hi there, I've implemented the plugin in my nuxt project. It works perfectly in development mode but when doing `npm run generate` follower by `npm run start` (to run it...
Hello! I need to have ability to stop and reset video to the start. That's why I need the following in VideoPlayer.vue: ```` stop() { if (this.$refs.video) { this.$refs.video.stop(); }...
Hi, it would be great to be able to set the (fade) transition duration. Now this is hardcoded to 1s. Would this be possible?
Hello, great work with the video background player. I have some issues with autoplayback on mobile devices, especially on apple products. (using vue 2.x - but also with your demo...
I noticed, when I have the biggest size of video but resize the window down, sometimes I don't need to download the tablet version again, when the depicted content is...
I was wondering if progressive video (.m3u8) could be a thing to integrate, using [HLS.js](https://nochev.github.io/hls.js/docs/html/) for compatibility
Thank you for this great component. I was evaluating it in a minimal project. It works but I got some errors running the DEV version (yarn dev) that I would...
- Add `paused` event that will be emitted upon calling `pause()` - Adjust `README.md` according to the new feature addition