Title: Advanced Custom Fields: Image Size Select Field
Author: Jeremy Ross
Published: <strong>30 نوامبر 2018</strong>
Last modified: 27 می 2026

---

جستجوی افزونه‌ها

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

# Advanced Custom Fields: Image Size Select Field

 توسط [Jeremy Ross](https://profiles.wordpress.org/jeremyrwross/)

[دانلود](https://downloads.wordpress.org/plugin/acf-image-size-select.1.0.4.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/acf-image-size-select/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/acf-image-size-select/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/acf-image-size-select/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/acf-image-size-select/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/acf-image-size-select/)

## توضیحات

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

## عکس‌های صفحه

 * [[

## نصب

 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

## نقد و بررسی‌ها

![](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!!

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/)

## توسعه دهندگان و همکاران

“Advanced Custom Fields: Image Size Select Field” نرم افزار متن باز است. افراد زیر
در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “Advanced Custom Fields: Image Size Select Field” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/acf-image-size-select)

### علاقه‌ مند به توسعه هستید؟

[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).

## گزارش تغییرات

#### 1.0.4

 * Fix PHP 8.2 dynamic property deprecation warnings.

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

## اطلاعات

 *  نگارش **1.0.4**
 *  Last updated **5 روز پیش**
 *  نصب‌های فعال **300+**
 *  نگارش وردپرس ** 3.6.0 یا بالاتر **
 *  Tested up to **7.0**
 *  نگارش PHP ** 7.0 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/acf-image-size-select/)
 * Tags
 * [acf](https://fa.wordpress.org/plugins/tags/acf/)[advanced custom fields](https://fa.wordpress.org/plugins/tags/advanced-custom-fields/)
   [image size](https://fa.wordpress.org/plugins/tags/image-size/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/acf-image-size-select/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/acf-image-size-select/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](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)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/acf-image-size-select/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/acf-image-size-select/)