Portfolio grind light box not responsive

Hello,
I have two web site running on X and they both have the same issue:
The portfolio built with the grid plugin display image too big in lightbox.
But it happens in most web browsers (only Microsoft Edge seems to work)
Here are the URLs:


It will be amazing if somebody can help me to solve this!

To let you know I disable every plugins, purge every kind of cache, everything is update :slight_smile:

Thank you JB

Hi JB,

Thanks for writing in.

It’s a bit weird, in Chrome and Firefox, the max height is calculated to almost 4k pixel, and IE, it’s correct. In that case, please provide this CSS to Theme Options > CSS.

.tolb-holder img {
    max-height: 80vh !important;
}

The responsive calculation is done through javascript so maybe the javascript fails to get the correct dimension.

Hope this helps.

Hi Rad,
That works great, THK!
Sorry for the late answer…

Glad to know !

Thanks

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