core-player / vue-core-video-player

🍟 A Lightweight Video Player For Vue.js.
https://core-player.github.io/vue-core-video-player/
463 stars 79 forks source link

Add new pip-visible props to hide Picture in Picture icon #70

Open Kayoshi-dev opened 3 years ago

Kayoshi-dev commented 3 years ago

Hi,

I added a new props called pip-visible to hide or show the Picture in Picture icon on the Controls panel. It's a simple boolean variable called pipVisible that hide the icon when set as false and show it when set as true !

Linked to : https://github.com/core-player/vue-core-video-player/issues/23