Tagged: Lightbox
Hello,
In a portfolio grid, with the option of lightbox – when a user clicks an item, how can i set the previewed big image with max size of 800px height?
Hey georgesociel!
In order to set a max height for the lightbox preview image, you’ll need to set the following max height css to your custom css section in your theme options:
img.mfp-img {
max-height: 200px !important;
}
Best regards,
Dake