thumbnail sizing
-
I am trying to customize Storefront theme by creating a child, I am trying to set thumbnail sizes, and it seems there is one for all, whereas I’d like to have different sizes depending on the “object”, i.e. category size, and product size.
I have tried the following from the WC dev docs in the child functions.php and it does not work, I found another solution that does work in setting the 3 sizes, but like said I’d like to have the product thumbnail image different than the category thumbnail image.
add_theme_support( 'woocommerce', array( 'thumbnail_image_width' => 50, 'gallery_thumbnail_image_width' => 50, 'single_image_width' => 500, ) );
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘thumbnail sizing’ is closed to new replies.