Mobile product image rendering issue

Howdy!

When i look at our website on mobile, the product images are rendering SUPER small.
https://vitalitycbd.com/buy/organic-cbd-oil-for-pets-250-mg/

The first, main, featured image shows up correctly sized. but when I click on any other photo, it’s tiny, like 10-20% of the size it should be. If I click the magnifying glass to look at the images in that view, they all return to normal size.

Does anyone know why? Or have a fix for me that i can code in?

Thank yoU!

Jesse

Hi Jesse,

To fix it, you can try adding the code below in Theme Options > CSS

.single-product .woocommerce-product-gallery__image img {
    width:100%;
}

Hope that helps

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