How to Show Skin on Player Initialization?

To control whether the player skin is shown upon initialization, you can use ‘showskinoninit’ query parameters to customize the player’s behavior. Here’s a simple guide on how to show or hide the skin during player initialization: Enabling the Skin on Player Initialization: You can modify your video player’s URL by adding ‘showskinoninit=true’ or ‘showskinoninit=1’ to […]

Read More

How to Use Thumbnails in the Video Player?

To use thumbnails in a video player and enhance the viewing experience, follow these steps: WEBVTT 00:00:00.000 –> 00:00:30.000 https://your-server.com/thumbnail1.jpg 00:00:30.000 –> 00:01:00.000 https://your-server.com/thumbnail2.jpg 00:01:00.000 –> 00:01:30.000 https://your-server.com/thumbnail3.jpg 00:01:30.000 –> 00:02:00.000 https://your-server.com/thumbnail4.jpg This WebVTT file provides the timestamps and URLs for each thumbnail image. https://your-video-player-url.com?thumbnails=https://your-server.com/thumbnails.vtt  By adding this parameter, your video player will display the […]

Read More

How to Hide Rewind and Forward Buttons?

To hide the Rewind and Forward Buttons in your video player, you can utilize query parameters to customize your player’s controls. Here’s how you can do it: Edit the URL of your video player to hide the Rewind and Forward Buttons. You can modify your video player’s URL by adding &hideRewindForward=1 at the end or […]

Read More

How to Hide Quality Options in the Video Player?

To hide Quality Options in your Video Player, you can use query parameters to customize your player’s settings. Here’s how you can do it: Edit the URL of your video player to hide the Quality Options. You can modify your video player’s URL by adding &hideQualityMenu=1 at the end or by &hideQualityMenu=true. For example: https://your-video-player-url.com?hideQualityMenu=1 […]

Read More

How to Hide the Zoom Menu?

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 […]

Read More

How to Hide Playback Rate Controls?

To hide the Playback Rate Controls 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 Playback Rate Controls. You can modify your video player’s URL by adding ?hidePlaybackRate=true to the […]

Read More

How to Hide the Related Menu?

To hide the Related Menu in your video Player, you can use query parameters to customize the player’s controls. Here’s how you can do it: Edit the URL of your video player to include the parameter for hiding the Related Menu. You can modify your video player’s URL by adding ‘hideRelatedMenu=true’ to the end of […]

Read More

How to Hide the Settings Button?

To hide the Settings Button 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 Settings Button. You can modify your video player’s URL by adding ‘hideSettingsButton=true’ to the end of […]

Read More

How can I disable the caption/subtitle option from the Video Player?

To disable the caption or subtitle option from your Video Player, you can use ‘hideCaptions’ query parameter to customize your player’s behavior. Here’s a simple guide: Edit the URL of your video player to include the parameter for hiding captions. You can modify your video player’s URL by adding ‘hideCaptions=true’ to the end of it. […]

Read More

How can I hide the chapters option from the Video Player?

To hide the chapters option from your Video Player, you can use ‘hideChapters’ query parameter to customize your player’s behavior. Here’s a simple step-by-step guide: Edit the URL of your video player to include the parameter for hiding chapters. You can modify your video player’s URL by adding ‘hideChapters=true’ to the end of it. For […]

Read More