Weather I upload the media to the library first or in the post, the images are blurred on the shop pages. The single product page image is cropped out of frame but the lightbox looks fine. I used Cart-2-Cart migration and the images that were brought over in the process look fine. Its only the images I upload which are the same images that were migrated. Can you explain this? Thank you.
Product Images Blurry
2 posts from 2 voices-
Posted 10 months ago #
-
Hello,
You edit the thumbnail size of product images on woocommerce-config > config.php
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>80, 'height'=>80); $avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>355); $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>355);Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














