Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1427330

    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!

    • This topic was modified 10 months, 3 weeks ago by Munford.
    • This topic was modified 10 months, 3 weeks ago by Munford.
    #1427360

    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

    #1427367

    you can close this thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘FIXED: product images on overview page changed size’ is closed to new replies.