Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Field to select registered image sizes within the WordPress dashboard.
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
Where it falls short
The plugin provides a straightforward solution for selecting image sizes in ACF, though further details on support and features would be beneficial.
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.
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.
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies