strapi-provider-upload-cloudinary-resize

0.0.2 • Public • Published

strapi-provider-upload-cloudinary-resize

Configurations

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: 'cloudinary-resize',
    providerOptions: {
      cloud_name: env('CLOUDINARY_NAME'),
      api_key: env('CLOUDINARY_KEY'),
      api_secret: env('CLOUDINARY_SECRET'),
      optimize: {
        width: 750,
        height: 750,
        quality: 75
      },
    },
  },
  // ...
});

Resources

Links

Package Sidebar

Install

npm i strapi-provider-upload-cloudinary-resize

Weekly Downloads

2

Version

0.0.2

License

SEE LICENSE IN LICENSE

Unpacked Size

5.35 kB

Total Files

4

Last publish

Collaborators

  • katendeglory