Answer the question
In order to leave comments, you need to log in
How to change the size of the thumbnail in the product card (in the Admin panel) Woocommerce?
How to change product thumbnail size in woocommerce admin? On the Internet I find how to change it on the site itself, but I need it in the WP admin panel (in the PRODUCTS section). I would like to disable crop for the thumbnail in the admin panel, but for now the photo cuts the top and bottom of the photo. You can link to the article. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
Found this solution so far
if (function_exists('add_theme_support')) {
add_theme_support('post-thumbnails');
set_post_thumbnail_size(150, 150, false);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question