How to disable Pip (picture in picture) in Firefox via html/js?

Viewed 1302

Any solution to disable pip in Firefox?

Is there a workaround like as insert an div in front of the video in order to hide the pip icon(and so make it unclickable)?

thx

1 Answers

Easiest approach is to dd the attribute disablePictureInPicture to the video tag.

MDN

Related