WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Jeremy Ross v1.0.4

Advanced Custom Fields: Image Size Select Field

Field to select registered image sizes within the WordPress dashboard.

Advanced Custom Fields: Image Size Select Field

The facts

Rating
5★ from 1
Active installs
300+
Price
Free
Last updated
22 Aug 2026
Added
Nov 2018
Requires WP
3.6.0
Tested up to
WP 7.1
Requires PHP
7.0
Downloads
6,638

Our analysis

AI-assisted

Advanced Custom Fields: Image Size Select Field is a WordPress plugin that allows you to select registered image sizes directly from the WordPress dashboard. Once activated, it adds a new field type in Advanced Custom Fields (ACF) that presents all registered image sizes in a dropdown menu within field groups.

This plugin is suitable for developers and site administrators who use ACF and need to manage image sizes efficiently in their custom templates. It simplifies the process of selecting image sizes when displaying images on a WordPress site.

Best for: This plugin suits developers and site administrators using Advanced Custom Fields who need to manage image sizes.

What it does well

  • Allows selection of registered image sizes
  • Integrates with Advanced Custom Fields
  • Creates a dropdown menu for image sizes
  • Compatible with ACF 5
  • Free to use from the WordPress.org directory

Where it falls short

  • Limited information on additional features
  • No details on support or updates beyond the last update date

Verdict

The plugin provides a straightforward solution for selecting image sizes in ACF, though further details on support and features would be beneficial.

From the developer

Jeremy Ross's own description of Advanced Custom Fields: Image Size Select Field, lightly tidied.

Field to select registered image sizes within the WordPress dashboard.

Compatibility

This ACF field type is compatible with:
* ACF 5

How to Use

Once activated, this plugin will create a Image Size field type in ACF. This field type will list all registered field types as a drop down within the field group.

To use this field within your custom templates you will use the following code:

$my_image_id   = get_field('my_image_id');    // ACF Image return type set to ID for this demo
$my_image_size = get_field('my_image_size');  // The selected image size (eg. large)

echo wp_get_attachment_image( $my_image_id, $my_image_size );  // Output the image based on the ID, and the Image Size selected.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)