Title: Image Sizes in Admin Dashboard
Author: mansoormunib
Published: <strong>November 7, 2013</strong>
Last modified: June 9, 2026

---

Search plugins

![](https://ps.w.org/image-sizes-in-admin-dashboard/assets/banner-772x250.png?rev
=801284)

![](https://s.w.org/plugins/geopattern-icon/image-sizes-in-admin-dashboard_f8f8f8.
svg)

# Image Sizes in Admin Dashboard

 By [mansoormunib](https://profiles.wordpress.org/mansoormunib/)

[Download](https://downloads.wordpress.org/plugin/image-sizes-in-admin-dashboard.2.0.0.zip)

 * [Details](https://wordpress.org/plugins/image-sizes-in-admin-dashboard/#description)
 * [Reviews](https://wordpress.org/plugins/image-sizes-in-admin-dashboard/#reviews)
 *  [Installation](https://wordpress.org/plugins/image-sizes-in-admin-dashboard/#installation)
 * [Development](https://wordpress.org/plugins/image-sizes-in-admin-dashboard/#developers)

 [Support](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/)

## Description

Image Sizes in Admin Dashboard adds a read-only widget to the WordPress admin Dashboard
that lists all currently registered image sizes.

Any size you register in your theme or plugin with `add_image_size()` is picked 
up automatically, alongside the built-in `thumbnail`, `medium`, `medium_large` and`
large` sizes. Each row shows:

 * The image size name (human readable)
 * Width in pixels (— when unconstrained)
 * Height in pixels (— when unconstrained)
 * Crop mode (Cropped or Proportional)

This is handy when building a theme and you need a quick reference of the exact 
dimensions available to `the_post_thumbnail()` and the media library.

More detail on registering custom image sizes: https://developer.wordpress.org/reference/
functions/add_image_size/

## Screenshots

[⌊The Image Sizes widget on the admin Dashboard.⌉⌊The Image Sizes widget on the 
admin Dashboard.⌉[

The Image Sizes widget on the admin Dashboard.

## Installation

 1. Upload the `image-sizes-in-admin-dashboard` folder to your `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Open **Dashboard** in wp-admin — the **Image Sizes** widget appears for administrators.

## FAQ

### Who can see the widget?

Only users with the `manage_options` capability (administrators by default).

### My custom size is not listed

Make sure `add_image_size()` runs on the `after_setup_theme` or `init` hook in your
theme or plugin so the size is registered before the Dashboard loads.

### Does this work on Multisite?

The widget renders on each site’s Dashboard. To show it on the Network Admin Dashboard,
hook the registration to `wp_network_dashboard_setup` instead of `wp_dashboard_setup`.

## Reviews

![](https://secure.gravatar.com/avatar/6ee183a4153e1c17932e9b7fb9f946e46594a7eb3cfd4fc76876a95485d145bc?
s=60&d=retro&r=g)

### 󠀁[….](https://wordpress.org/support/topic/7804374/)󠁿

 [mansoormunib](https://profiles.wordpress.org/mansoormunib/) February 7, 2017

….

![](https://secure.gravatar.com/avatar/a6d540b596998b116ff47f0aac83c6466f8757ead07f4e5294beab80679adf84?
s=60&d=retro&r=g)

### 󠀁[….](https://wordpress.org/support/topic/7804373/)󠁿

 [dinwebb](https://profiles.wordpress.org/dinwebb/) February 7, 2017

….

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/)

## Contributors & Developers

“Image Sizes in Admin Dashboard” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ mansoormunib ](https://profiles.wordpress.org/mansoormunib/)

[Translate “Image Sizes in Admin Dashboard” into your language.](https://translate.wordpress.org/projects/wp-plugins/image-sizes-in-admin-dashboard)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/image-sizes-in-admin-dashboard/),
check out the [SVN repository](https://plugins.svn.wordpress.org/image-sizes-in-admin-dashboard/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/image-sizes-in-admin-dashboard/)
by [RSS](https://plugins.trac.wordpress.org/log/image-sizes-in-admin-dashboard/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 * Rewrite for WordPress 6.5+ / PHP 8.0+.
 * Namespaced, object-oriented architecture (no more global functions).
 * Output fully escaped (esc_html / esc_html__).
 * Capability check (`manage_options`) before registering and rendering the widget.
 * Sizes now read via `wp_get_registered_image_subsizes()` instead of the private`
   $_wp_additional_image_sizes` global.
 * All strings internationalized under the `image-sizes-admin-dashboard` text domain.
 * Adds a Crop column and a clean responsive table layout.
 * Fixes undefined variable warnings on PHP 8.x.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **2.0.0**
 *  Last updated **2 months ago**
 *  Active installations **10+**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [add_image_size](https://wordpress.org/plugins/tags/add_image_size/)[dashboard](https://wordpress.org/plugins/tags/dashboard/)
   [image sizes](https://wordpress.org/plugins/tags/image-sizes/)[media](https://wordpress.org/plugins/tags/media/)
   [thumbnails](https://wordpress.org/plugins/tags/thumbnails/)
 *  [Advanced View](https://wordpress.org/plugins/image-sizes-in-admin-dashboard/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/reviews/)

## Contributors

 *   [ mansoormunib ](https://profiles.wordpress.org/mansoormunib/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/image-sizes-in-admin-dashboard/)