To hide the Zoom Menu in your Video Player, you can use query parameters to customize your player’s controls. Here’s how you can do it:

Edit the URL of your video player to include the parameter for hiding the Zoom Menu. You can modify your video player’s URL by adding ‘hideZoomMenu=1’ at the end or by ‘hideZoomMenu=true’ For example:

https://your-video-player-url.com?hideZoomMenu=1

OR:

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

When your viewers access this modified URL, the Zoom Menu in your video player will be hidden, and they won’t be able to adjust the zoom settings for the video.

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

.