avidofood / vue-responsive-video-background-player

Play your own videos in background responsively in different resolutions.
https://avidofood.github.io/vue-responsive-video-background-player/
MIT License
292 stars 36 forks source link

Expose video controls and full screen #25

Closed urbgimtam closed 3 years ago

urbgimtam commented 3 years ago

Hello, and thank you for a great plugin.

Is it possible to expose the regular <video> controls, or full screen? What would be the best strategy to do so currently?

pmochine commented 3 years ago

@urbgimtam I tried to expose the controls, however, it's not possible for this package. For that, I would need a completely different structure or change the CSS on the fly... The overlay <div> blocks the controls.

Sorry!