vue-responsive-video-background-player icon indicating copy to clipboard operation
vue-responsive-video-background-player copied to clipboard

Play your own videos in background responsively in different resolutions.

Results 12 vue-responsive-video-background-player issues
Sort by recently updated
recently updated
newest added

Great work but would be doable to have types :) ![image](https://user-images.githubusercontent.com/5887929/71447181-dc38ac00-272b-11ea-92d4-629c392b702d.png) ![image](https://user-images.githubusercontent.com/5887929/71447185-e2c72380-272b-11ea-9d60-a3977a7e4235.png)

enhancement

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...

enhancement

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