Hello, I’m trying to figure out what size images should I upload to look clear on catalog and on product page. I saving them from photoshop as “web use” as the WooCommerce doc saying but on catalog the images are looking realy bad.
Please help me to figure it out.
Hey Petros,
Thank you for the inquiry.
The width of the product catalogue image is set to 450px by default, so uploading images with that exact size should work fine. But we recommend uploading larger images, at least twice of that the specified Thumbnail width. You can find the Thumbnail width field in the Appearance > Customize > Woocommerce > Product Images panel.
Best regards,
Ismael
Hello,
This is what I thoughtz
The pictures that I upload are more than 1000×100 but if you see the link that I sent you.. still doesn’t work properly
Thank you
Hi,
Thank you for the update.
Have you tried adjusting the value of the Thumbnail width field or option? You can also try this code in the functions.php file to revert the images back to the default dynamic thumbnail.
add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
return 'woocommerce_thumbnail';
}
Best regards,
Ismael
Hi, I found a he solution.
So I had to go to settings -> media and change the thumbnail size form 100×100 or whatever it was to 1000×1000 and upload pictures 1500×1750.
Now the pictures are completely clear and amazing.
Thank you for your support.
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike