WP Manifestindependent plugin directory
manifest / content / acf-responsive-image

Advanced Custom Fields: Responsive_Image archived

Plugin to add responsive images with developer-specified sizes to ACF

by Ryan McCahan <ryan@lgnd.com> · github.com/lgndhq/acf-responsive-image · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lgndhq/acf-responsive-image/archive/refs/heads/master.zip

From the readme

ACF Responsive Image Plugin This plugin adds a field for developer-configurable responsive images. By selecting the new "Responsive Image" option, you can specify a set of image sizes and their srcset tags to be generated when an image is selected for that field. This allows you to store image sizes alongside the fields that require them without needing to clutter up your functions file with extraneous image sizes that aren't necessary to generate for every upload. Use " srcset=""

Read the full README on GitHub →