1. To control the Picture-in-Picture (PiP) mode in your video player, you can use the `showpip` query parameter to customize the player’s behaviour. Here’s a simple guide on how to hide or show the PiP mode:

    Enabling Picture-in-Picture (PiP) Mode:

    You can modify your video player’s URL by setting the `showpip` parameter to `true` or `1` For example:

    https://your-video-player-url.com?showpip=true

    Disabling Picture-in-Picture (PiP) Mode:

    You can modify your video player’s URL by setting the `showpip` parameter to `false` or `0` For example:

https://your-video-player-url.com?showpip=false

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.