Site logo

Archived topic

WooCommerce product image does not show on mobile

1 reply · Started by Melanie Swan on April 1, 2019

Viewing posts 1–2 of 2

Hi,

WooCommerce product image does not show on mobile If I click on a product but it shows inside the shop overview page.

Hi there,

try this CSS:

.woocommerce.single-product .lazy-hidden {
    opacity: 1 !important;
}

The problem is due to the lazy loaders lazy-hidden class not being cleared from the main image, could be the lazy loader or the cache causing this.

This archived topic is closed to new replies.