Process uploaded images on demand with Strapi Node CMS
cd my-strapi-project/plugins
git clone https://github.com/jbeuckm/strapi-plugin-image-formats.git image-formats
cd image-formats && npm install
cd ../..
npm run setup --plugins
* the last step takes a notoriously long time...
When plugin has been installed, you need to allow access to the endpoints.
- Navigate to Users & Permissions.
- Pick the role you would like to give permission.
- Scroll down and expand the section Image Formats.
- Check "Select All" for the endpoints under "Imageformats".
- Scroll up and press "Save"