strapi-plugin-image-formats

0.3.0 • Public • Published

Strapi Image Formats Plugin

Process uploaded images on demand with Strapi Node CMS

Build Status

Installation

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

Configuration

When plugin has been installed, you need to allow access to the endpoints.

  1. Navigate to Users & Permissions.
  2. Pick the role you would like to give permission.
  3. Scroll down and expand the section Image Formats.
  4. Check "Select All" for the endpoints under "Imageformats".
  5. Scroll up and press "Save"

Usage

Click for video demo: Click for demo video

Readme

Keywords

none

Package Sidebar

Install

npm i strapi-plugin-image-formats

Weekly Downloads

5

Version

0.3.0

License

MIT

Unpacked Size

1.73 MB

Total Files

78

Last publish

Collaborators

  • jbeuckm