I am using Video.js plugin to show videos on my website.
I want to remove the picture in picture icon. I have tried for several hours but no success.
<video controls preload="auto" poster="path to poster" data-setup='{controllBar: {pictureInPictureToggle: false}}'>
<source src="path to video" type="video/mp4" />
</video>
What am I doing wrong?
Add this css:
.video-js .vjs-picture-in-picture-control { display: none; }There's a full example here: https://weasel.firmfriends.us/Private3-BB/