• Resolved quantum17

    (@quantum17)


    Hi there, since updating to Woocommerce 3.3.2 from 3.3.1 I have noticed that all product images on my website (catalog, thumbs & main product image) have all gone blurry. They were perfectly sharp before the change and I can’t understand why this has been changed. Could someone please clarify the following:

    *Tweak – Gallery thumbnail image size to handle small, square cropped images.

    Which file and code has been edited for the above change? I need to stop whatever changes have been made in 3.3.2 to the images, as its a totally unnecessary change for my website. Please assist.

    Kind regards,
    Dave

Viewing 16 replies (of 16 total)
  • donkelly22

    (@donkelly22)

    Hi Everyone,

    I have a similar problem as described above.

    Could someone guide me in how to implement the following code: (I’m currently learning how to use WordPress). Thanks

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

Viewing 16 replies (of 16 total)
  • The topic ‘Blurred images after updating to 3.3.2’ is closed to new replies.