Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
hiding the fullscreen button
posted

Hello,

Is there a way to hide or disable the fullscreen button in igVideoPlayer?

Thanks,

Randy 

Parents
No Data
Reply
  • 37874
    posted

    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.

Children