Title: Advanced Custom Fields: Image Size Select Field
Author: Jeremy Ross
Published: <strong>30 Նոյեմբերի, 2018</strong>
Last modified: 12 Հունվարի, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/acf-image-size-select.svg)

# Advanced Custom Fields: Image Size Select Field

 By [Jeremy Ross](https://profiles.wordpress.org/jeremyrwross/)

[Download](https://downloads.wordpress.org/plugin/acf-image-size-select.1.0.3.zip)

 * [Details](https://hy.wordpress.org/plugins/acf-image-size-select/#description)
 * [Reviews](https://hy.wordpress.org/plugins/acf-image-size-select/#reviews)
 *  [Installation](https://hy.wordpress.org/plugins/acf-image-size-select/#installation)
 * [Development](https://hy.wordpress.org/plugins/acf-image-size-select/#developers)

 [Support](https://wordpress.org/support/plugin/acf-image-size-select/)

## Description

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.
    ```

## Screenshots

 * [[

## Installation

 1. Copy the `acf-image-size-select` folder into your `wp-content/plugins` folder
 2. Activate the Image Size Select plugin via the plugins admin page
 3. Create a new field via ACF and select the Image Size Select type

## Reviews

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

### 󠀁[Flawless!](https://wordpress.org/support/topic/flawless-127/)󠁿

 [aaronbennett2097](https://profiles.wordpress.org/aaronbennett2097/) 13 Փետրվարի,
2019

This worked perfectly for me — had to change my code slightly to work with image
ID’s and a repeater field, but was very easy to do. Thank you for your work!!

 [ Read all 1 review ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/)

## Contributors & Developers

“Advanced Custom Fields: Image Size Select Field” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Jeremy Ross ](https://profiles.wordpress.org/jeremyrwross/)

[Translate “Advanced Custom Fields: Image Size Select Field” into your language.](https://translate.wordpress.org/projects/wp-plugins/acf-image-size-select)

### Interested in development?

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

## Changelog

#### 1.0.3

 * Add Github Action for Releases
 * Update Tested version to 6.3

#### 1.0.2

 * Added medium_large to list of WordPress images to check
 * Removed automated github to SVN sync

#### 1.0.1

 * Updated line formatting
 * Added github to SVN sync

#### 1.0.0

 * Initial Release.

## Meta

 *  Version **1.0.3**
 *  Last updated **3 ամիս ago**
 *  Active installations **300+**
 *  WordPress version ** 3.6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/acf-image-size-select/)
 * Tags
 * [acf](https://hy.wordpress.org/plugins/tags/acf/)[advanced custom fields](https://hy.wordpress.org/plugins/tags/advanced-custom-fields/)
   [image size](https://hy.wordpress.org/plugins/tags/image-size/)
 *  [Advanced View](https://hy.wordpress.org/plugins/acf-image-size-select/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/acf-image-size-select/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/acf-image-size-select/reviews/)

## Contributors

 *   [ Jeremy Ross ](https://profiles.wordpress.org/jeremyrwross/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/acf-image-size-select/)