Hi, How can I increase the quality of the product galley images – http://prntscr.com/rc0ey7?
Thanks.
Hey DROR,
Thank you for the inquiry.
You should be able to use the woocommerce_gallery_thumbnail_size filter to adjust the size of the gallery thumbnails.
function avf_custom_woocommerce_gallery_thumbnail_size() {
return 'full';
}
add_filter( 'woocommerce_gallery_thumbnail_size', 'avf_custom_woocommerce_gallery_thumbnail_size' );
Add it in the functions.php file.
Best regards,
Ismael
Hi, that didn’t make a difference – http://prntscr.com/re5iey
Hi bakbek,
Please go to WooCommerce > Settings > Products > Product Image Sizes and change image sizes and then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
https://kriesi.at/support/topic/blurred-product-images/
Best regards,
Victoria