D
D
Denis2020-08-04 12:25:00
WordPress
Denis, 2020-08-04 12:25:00

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

1 answer(s)
D
Denis, 2020-08-04
@Cobra8106

Found this solution so far

if (function_exists('add_theme_support')) {
  add_theme_support('post-thumbnails');
  set_post_thumbnail_size(150, 150, false);
}

The key point is the word false - removes the crop function. Perhaps there is a more interesting solution, but for now this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question