Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #472348

    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?

    #472622

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.