Title: Image Sizes
Last modified: March 20, 2018

---

# Image Sizes

 *  Resolved [glew](https://wordpress.org/support/users/glew/)
 * (@glew)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/image-sizes-57/)
 * Hello I wanted to consult I have many images of various sizes, reviewing I see
   that I have all these image formats, several of them I do not know where they
   are from
 * thumbnail – 150 × 150 -> Media – Settings
    medium – 600 × 800 -> Media – Settings
   medium_large – 768 × 0 – I dont know what its this, This format I did not find
   it in any option large – 1200 × 1800 -> Media – Settings yith-woocompare-image–
   220 × 154 – Compare Plugin woodmart_shop_catalog_x2 – 800 × 800 – theme image
   size woocommerce_thumbnail – 400 × 400 woocommerce_single – 800 × 0 woocommerce_gallery_thumbnail–
   100 × 100 shop_catalog – 400 × 400 shop_single – 800 × 0 shop_thumbnail – 100
   × 100

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [8 years, 1 month ago](https://wordpress.org/support/topic/image-sizes-57/#post-10097180)
 * `medium_large` is a WordPress core image to help with responsive image support.
   See [https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/](https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/).`
   thumbnail`, `medium`, `large` are also WP core.
 * `yith-woocompare-image` is from the yith plugin of course.
 * `woodmart_shop_catalog_x2` from your theme, like you said.
 * `woocommerce_thumbnail`, `woocommerce_single`, `woocommerce_gallery_thumbnail`
   are all from WooCommerce core in WC 3.3+
 * `shop_catalog`, `shop_single`, and `shop_thumbnail` are also from WC and declared
   for backwards compatibility reasons (in case a theme/plugin used them) and will
   be removed in the future. See [https://github.com/woocommerce/woocommerce/blob/00b4e1ed447003bef52ba27064ec17784ec9df2e/includes/class-woocommerce.php#L550-L553](https://github.com/woocommerce/woocommerce/blob/00b4e1ed447003bef52ba27064ec17784ec9df2e/includes/class-woocommerce.php#L550-L553)
 * The call to add these images size is on the `init` hook at a default priority.
   So you could hook onto init as well, at a later priority like 25, and remove 
   the extra three images sizes if you want: [https://codex.wordpress.org/Function_Reference/remove_image_size](https://codex.wordpress.org/Function_Reference/remove_image_size)
 *  Thread Starter [glew](https://wordpress.org/support/users/glew/)
 * (@glew)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/image-sizes-57/#post-10111510)
 * Thanks Caleb

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Sizes’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [glew](https://wordpress.org/support/users/glew/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/image-sizes-57/#post-10111510)
 * Status: resolved