Q: Is it possible to hide the full-screen button within the video player?
A: Yes, the full-screen button can be hidden using the CSS below. It must be applied within an active HTML panel in the layout to take effect.
If you need assistance adding a new HTML panel, or applying the CSS, contact Solutions for assistance.
NOTE: This refers to the full-screen button for the video player, shown below, not the Maximize button for the panel.
<style>
/*HIDE FULL SCREEN BUTTON*/
#AxiomMediaFullScreenBtn[data-toggle="off"]{
display: none !important;
}
</style>
Comments
Please sign in to leave a comment.