Tagged: product images, Product Thumbnails
FIX: regenerated thumbnails in woocommerce > status > tools
and then added this code to functions.php (via https://kriesi.at/support/topic/different-image-sizes-on-category-overview-page/#post-1403765)
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';
}
hi
I had to replace some images for my products but now the thumbnails on the overview page are smaller than the others
I don’t see where to control this or change it.
Not sure why this is happening since the new files are the same size as the old ones.
Can you help me with this? need a fix asap.
thanks!
Hey Munford,
Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
you can close this thanks.