Thumbnail images not sharp
-
Hi there,
Since your last update where a number of things relating to product images / thumbnails were completely modified, we noticed that the thumbnail images displayed in the single product page image viewer were no longer sharp. The issue appears to be coming from your new “image regeneration” feature, which I believe was tring to create image sizes which were not required. We have disabled this with the snippet below and cleaned all redundant images from our database, and now the thumbnails are sharp again. Maybe this helps some other people….
add_filter( ‘woocommerce_background_image_regeneration’, ‘__return_false’ );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Thumbnail images not sharp’ is closed to new replies.