Search code examples
azureazure-media-services

Turn Off 'More Options' In The Azure Media Player


How do I turn off or hide the "More Options" item in the Azure Media Player controls menu?

Azure Media Player 'More Options' menu item

I still need the other controls, so disabling the entire control bar is not an option.


Solution

  • Currently Azure Media Player does not have any API to turn off the more options menu as it is used to house the buttons when the control bar is too small to correctly display this.

    You can however hide this button with some simple CSS:

    <style>
        .amp-moreoptions-control{
            display:none;
        }
    </style>
    

    You can also add new ideas or requests for Azure Media Player here: http://feedback.azure.com/forums/293565-azure-media-player