Hello,
Is there a way to hide or disable the fullscreen button in igVideoPlayer?
Thanks,
Randy
Hi Randy,
There is no option allowing for showing/hiding the fullscreen button, but this can be achieved easily using CSS. Set display: none style for the following selector:
.ui-igplayer-fullscreen-button
{
display: none !important;
}
Please let me know if this helps.
Hi Nikolay,
Thank you for your message.
I edited the infragistics.css as follows:
.ui-igplayer-fullscreen-button {margin:5px;width:25px;height:25px;display: none !important;}
However, the full screen button still displays.
I must be doing something wrong, if you have any ideas please let me know.