Blurry product thumbnails – tried everything
-
Hi,
I have blurry product thumbnail images below the main product image.
Woocommerce version – 5.1.0
Wordpress version – 5.7I have tried the following –
1. Appearance > Customize > Woocommerce > Product Images
Main Image width – 800
Thumbnail width – 200
Set the above figures and regenerated thumbnails, did not fix.2. Settings > Media
Thumbnail size – 200 X 200
Set the above figures and regenerated thumbnails, did not fix.
(Don’t think this has anything to do with Woocommerce, still)3. Added the following code to functions.php in child theme:
add_theme_support( ‘woocommerce’, array(
‘thumbnail_image_width’ => 300,
‘gallery_thumbnail_image_width’ => 200,
‘single_image_width’ => 800,
) );Regenerated thumbnails, did not fix.
Please help, thanks!
The page I need help with: [log in to see the link]
The topic ‘Blurry product thumbnails – tried everything’ is closed to new replies.