• Hello everyone,

    I hope you’re all doing well. I’m reaching out to seek assistance with an issue I’m encountering regarding the thumbnails in the product gallery on my WordPress website.

    Recently, I implemented a code snippet provided as a solution to another user’s query. The problem has almost been solved by @bsfherman.

    This code successfully addressed the problem of blurry thumbnails in one specific product category. However, upon testing, I realized that the solution seems to work only for one particular category, failing to resolve the issue across other product categories.

    add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) { return array( ‘width’ => 200, ‘height’ => 200, ‘crop’ => 0, ); } );

    If anyone has encountered a similar issue or has any suggestions on how to address it, I would be extremely grateful for your input.

    Thank you in advance for your time and assistance.

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @pawellos93,

    That snippet should work for all products. Could you please share with us the product that has the blurry images issue and another one that works fine?

    I look forward to hearing from you.

    Kind regards,
    Herman ??

    Thread Starter pawellos93

    (@pawellos93)

    Thank you for your reply, I will send you a link to one of the products in which it does not work, pictures inserted in high resolution in JPG, can you suggest in what resolution should be uploaded?

    https://yosacandle.pl/produkt/swieca-sojowa-gin-fizz-grejpfrutowy/

    The rest of the products are fine but it’s because it’s SVG, I know you can’t upload like that but it’s the only option to make it sharp

    Thread Starter pawellos93

    (@pawellos93)

    @bsfherman Everything’s working, I found an error. Thank you for your interest in the subject.
    Greetings

    Hi @pawellos93,

    Thank you for the update. Very pleased to know that you finally figured it out.

    Please mark this thread as Resolved and feel free to start a new thread if there is anything else related to Astra, we can help you with.

    Kind regards,
    Herman ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blurry Product Gallery Thumbnails Issue’ is closed to new replies.