Navigation überspringen

[Gelöst] picture size

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 support ticket is created vor 1 year, 7 months. There's a good chance that you are reading advice that it now obsolete.

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.

Dieses Thema enthält 3 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von kayser vor 1 year, 7 months.

Assistiert von: Christopher Amirian.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (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
Unterstützer

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