-
AuthorPosts
-
September 5, 2014 at 8:04 pm #314185
Thank you in advance for your assistance
I am having a problem with fuzzy thumbnail images in woocommerce.
I have added the following to css which cleared up main images:
#top .thumbnail_container img { margin: 0 auto!important; width: 90px; height: 150px; }
#top .product div.images img { margin: 0 auto!important; width: 90px; height: 150px; }however nothing seems to work to fix fuzzy images:
http://wallmount-cabinets.com/shop/full-size-racks-vented-rear-glass-front/37u-server-cabinets-vented-rear-glass-front/
I have played with woo’s image sizes, regened images, and nothing seems to work.Main images are perfect, as well as shadowbox image display:
http://wallmount-cabinets.com/shop/ (perfectly sized & sharp)Thanks
Rick Schereru
September 6, 2014 at 7:48 pm #314547Hi Rick!
The images are getting stretched, one solution could be to reduce the width of the product image columns, try adding this to Quick CSS:
#top .single-product-main-image .thumbnails a { width: 23%; } #top .single-product-main-image .thumbnails a img{ height: auto !important; width: 100% !important; }
Regards,
JosueSeptember 6, 2014 at 7:54 pm #314549Thanks… will try that and let you know…
September 6, 2014 at 8:00 pm #314550Hope it does the trick :)
Regards,
JosueSeptember 7, 2014 at 5:01 pm #314739That made the thumbnail images smaller but they are still not a sharp as original images or the shadow box blow-ups..
September 7, 2014 at 5:02 pm #314740- This reply was modified 10 years, 2 months ago by rickster_192.
September 7, 2014 at 5:08 pm #314741Here are my woo image settings
Catalog Images 134×300 px (no) Hard Crop?
Single Product Image 90×150 px (no) Hard Crop?
Product Thumbnails 54×90 px (no) Hard Crop?September 8, 2014 at 3:16 pm #315109above sample link has been edited to the correct link.
correct link is:
- This reply was modified 10 years, 2 months ago by rickster_192.
September 8, 2014 at 7:06 pm #315293Hey!
You’d need to increase the size of your images (Product Thumbnails) to 64×64 or reduce the width of the column to 20% so they doesn’t get stretched:
#top .single-product-main-image .thumbnails a { width: 20%; }
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.