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 example:

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

    When viewers access this modified URL, the chapters option will be hidden in your video player.

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