Okay
  Public Ticket #1397311
portfolio lightbox
Closed

Comments

  • dritomos started the conversation

    Hi,

    Is it possible to use the portfolio "Lightbox" style consistently?

    I would like the functionality and look of this lightbox: http://test.lightspace.org/projects/#lighting-guerrilla

    But i need it on a "Side Portfolio" item. When i click on an image there I get a different kind of popup: http://test.lightspace.org/projects/interlaced/

    Also is it possible to force the lightbox to fill the screen responsively regardless of image size. Like "background-size: contain" would do in css?

    Thanks in advance.

  •  1,560
    Laborator replied

    Hi dritomos,

    There is a huge difference between the normal lightbox used to popup images which is used all over the site, and the lightbox portfolio type and the second one can only be used when selected as a lightbox type from the settings, there is no way to use it all over the site, instead we have styled the default lightbox to look like the one you are referring.

    Regarding the second question, that's not a theme option but you can try adding the following CSS to Custom CSS and it should do the job:

    .nivo-lightbox-wrap {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group