Field to select registered image sizes within the WordPress dashboard.
As of April 2026, Advanced Custom Fields: Image Size Select Field is a WordPress acf plugin with 300 active installations and a 5/5 rating from 1 reviews. It has been downloaded 5.7K+ times in total. Requires WordPress 3.6.0+ and PHP 7.0+. Available on WordPress.org since 2018. Recently updated within the last 3 months. Top alternative: Advanced Custom Fields (ACF®).
Field to select registered image sizes within the WordPress dashboard.
This ACF field type is compatible with:
* ACF 5
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.
| WordPress | 3.6.0+ requiredTested up to 6.9.4 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.