plugin-icon

Advanced Custom Fields: Image Size Select Field

投稿者: Jeremy Ross·
Field to select registered image sizes within the WordPress dashboard.
評価
5/5
バージョン
1.0.3
有効インストール数
300
最終更新日時
Apr 19, 2025

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.
無料Business プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 6.8.3
このプラグインをダウンロードして、 サイトに使用できます。