• Resolved qwik3r

    (@qwik3r)


    Hello,

    I am using the Woocommerce product gallery and the thumbnails that appear below the main image are blurry. IIRC this is controlled via the theme but I’m not sure how to make them sharper. They are 100×100 according to the console and being scaled up to 134×134.

    Any help would be great, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter qwik3r

    (@qwik3r)

    Figured out that it’s a css issue with Woocommerce, just an fyi.

    .woocommerce-product-gallery img {
    display: block;
    width: 100%;
    }

    Changing width to auto will resolve.

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hey @qwik3r,
    Glad you figured this out 🙂
    But, could you please share your website url so I could take a closer look on this issue too?

    Cheers.

    Thread Starter qwik3r

    (@qwik3r)

    The site isn’t public at the moment, but that is 100% the cause of the thumbnails and the actual gallery increasing in their size, seems like something with Woo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce thumbnails’ is closed to new replies.