PictureInPicture
Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 78 | Available since 78 | Available since 149 |
CCK2 Equivalent: N/A
OMA-URI: PictureInPicture
Preferences Affected: media.videocontrols.picture-in-picture.video-toggle.enabled
Examples
Section titled “Examples”{ "policies": { "PictureInPicture": { "Enabled": true, "Locked": true } }}JSON schema
{ "type": "object", "properties": { "Enabled": { "type": "boolean" }, "Locked": { "type": "boolean" } }}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0<dict> <key>PictureInPicture</key> <dict> <key>Enabled</key> <true/> | <false/> <key>Locked</key> <true/> | <false/> </dict></dict>See also
Section titled “See also”- Turn picture-in-picture mode controls on and off on support.mozilla.org