Is it possible to hide the full-screen button within the video player?

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.

mceclip0.png

<style>
/*HIDE FULL SCREEN BUTTON*/
#AxiomMediaFullScreenBtn[data-toggle="off"]{
display: none !important;
}
</style>

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.