Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author merbmerb

    (@merbmerb)

    There is a fullscreen option for the modal width. If you also want it fullscreen height wise then you will need to target this CSS:

    .bod-block-popup-wrap .bod-block-popup.size-f {
        width: 100%;
    }

    Change it to:

    .bod-block-popup-wrap .bod-block-popup.size-f {
        width: 100%;
        height: 100%;
    }

    Thankyou @merbmerb for your fast reply to my message. The CSS code works excellent!

    For other people who want to get the modal in fullscreen mode (100% Width and Height) following the @merbmerb directions, I want to share this capture to help you https://prnt.sc/QEZ3Nc8G9W-t

    Gracias @merbmerb por tu rápida respuesta a mi mensaje. El código CSS que has proporcionado funciona perfectamente!

    Para otros usuarios que deseen colocar su ventana modal en pantalla completa (100% a lo ancho y alto) siguiendo las indicaciones de @merbmerb , puede hacerlo siguiendo esa captura de pantalla que les comparto: https://prnt.sc/QEZ3Nc8G9W-t

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open modal in fullscreen mode’ is closed to new replies.