Resizing responsive lightroom

Hello,

is ti possible to resize the response lightroom? this is my code:

<p>[x_icon type="check" class="checkmark"]&nbsp;&nbsp;Automatically test <a href="https://player.vimeo.com/video/12345678901234567890" class="lightbox-go"> Test</a> other text</p>

Mine currently always opens up in full screen.

Hey @fxground,

Your current setup is just a link. Here’s the instruction to setup a lightbox: https://theme.co/apex/forum/t/shortcodes-lightbox/165

Scroll down to the Video Lightbox Setup section.

Hope that helps.

Hello, yes I did see that before - just didn’t see anywhere in there on how to resize the window… I just went over it again - maybe i’m missing something?

Hello @fxground,

Thanks for updating in! Resizing the window of the lightbox will require custom css something like this:

.ilightbox-holder div.ilightbox-container {
    max-width: 420px;
    max-height: 400px;
}

.ilightbox-holder div.ilightbox-container img {
    height: auto;
}

Feel free to adjust the maximum width and height.

Ahhhh ok thank you, that makes sense.

We are happy to help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.