[Resolved] WooCommerce product image does not show on mobile

Home Forums Support [Resolved] WooCommerce product image does not show on mobile

Home Forums Support WooCommerce product image does not show on mobile

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #855468
    Melanie Swan

    Hi,

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

    #855504
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.