nicolashmln / strapi-plugin-responsive-image

Custom responsive image formats for https://strapi.io
154 stars 28 forks source link

Plugin not working. #37

Closed sumietgore closed 1 year ago

sumietgore commented 1 year ago

Strapi version 4.11.0.

I followed the procedure given in the DOCS and create the strapi-server.ts file in src/extension/upload.

I have configured the plugin through dashboard. The names I have given are s, m and l, but I still get the default responsive names small, medium and large from default Strapi responsive plugin.

Is there any other config I need to do?

Also I am using AWS S3 plugin to upload the files.