Skip Navigation

[Resolved] picture size

This thread is resolved. Here is a description of the problem and solution.

Problem:

I encountered an issue where image sizes render differently in Chrome compared to Firefox.

Solution:

To fix the issue, add the following CSS code to your theme:

div.tb-gallery img {
    height: 100% !important;
}

.tb-gallery--grid--nocrop .tb-gallery__cell {
    height: 100%;
}

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 3 replies, has 1 voice.

Last updated by kayser 1 day, 15 hours ago.

Assisted by: Christopher Amirian.

Author
Posts
#2788270
firefox.jpg
chrome.jpg

Hello
I have an image size problem with chrome whereas with firefox it's fine. Do you have any idea why this is happening?
The site is not yet open to the public, I have attached two screenshots
Guy

#2788415

Christopher Amirian
Supporter

Languages: English (English )

Hi Guy,

Welcome to Toolset support.

Please add the CSS code below to your theme:

div.tb-gallery img {
    height: 100% !important;
}

.tb-gallery--grid--nocrop .tb-gallery__cell {
    height: 100%;
}

Thanks.

#2788420

thank you, it works
Guy

#2788849
chrome.jpg

hello
Finally, there is still a problem with the different image sizes per row in Chrome.
Guy

#2789010

Christopher Amirian
Supporter

Languages: English (English )

Hi Guy,

As you have set this ticket as resolved before the login information is deleted for your privacy.

I'd appreciate it if you could give me the URL/User/Pass of your WordPress dashboard after you make sure that you have a backup of your website.
It is absolutely important that you give us a guarantee that you have a backup so if something happens you will have a point of restore.

Make sure you set the next reply as private.

Also please give me the URL that you see the latest screenshot you shared in Chrome.

Thanks.

#2789315

Excuse me, but the problem has been solved