Lightbox Image too big

Greetings,

I do not know what changed, but a custom lightbox setup I used opens the image way too big. Can’t seem to change it with CSS either, since the image is sizing too big in the iframe. Any thoughts?

I will post a link and login details via a secure note.

Hello @bobbybosler,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.ilightbox-container {
   max-width: 50% !important;
    display: block !important;
    max-height: 400px;
    
}

.ilightbox-holder.light { 
background-color: transparent !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

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