strapi-plugin-responsive-image icon indicating copy to clipboard operation
strapi-plugin-responsive-image copied to clipboard

Custom responsive image formats for https://strapi.io

Results 15 strapi-plugin-responsive-image issues
Sort by recently updated
recently updated
newest added

When I tried to use your npm package, I constantly got an error with module errors with sharp. So I searched the internet and tried several things. The only thing...

I have configured formats: ![image](https://user-images.githubusercontent.com/45688549/148596737-d1857759-9055-4544-b1fd-21d06330d233.png) If i upload jpeg image all works fine, formats are correct: ![image](https://user-images.githubusercontent.com/45688549/148596970-46fd0b38-dffd-4c85-9d89-0059001c1a79.png) ![image](https://user-images.githubusercontent.com/45688549/148596923-1b57e9ae-396f-470a-81ed-61c682416e84.png) But if i upload webp directly: ![image](https://user-images.githubusercontent.com/45688549/148597145-8f90bfc2-bce0-466d-9ac1-cbb4667c78a9.png) ![image](https://user-images.githubusercontent.com/45688549/148597408-a459ce15-4bc7-4101-b7f1-f4eeeddd3f75.png) There are only basic...

Hi! I suggest adding some override options for ignoring certain file types maybe? This plugin is excellent, but it will also resize gifs, creating new non-animated versions that might get...

Generating WebP works fine out of the box but the mime type appears to remain the one of the original format instead of `image/webp`. ``` "formats": { "large": { "ext":...

I'd like to help with development. How do I set this up in a strapi instance to work on a fork? Should I put the repo in the plugins directory...

![image](https://github.com/nicolashmln/strapi-plugin-responsive-image/assets/98471049/6dcd3d2e-6bf4-44b4-ac93-de7f8714bf31) I've installed the plugin and rebuilt the server. When I add a new image to the media gallery I don't get the different file formats only the large,small, medium...

Hey there, Thanks for the great plugin. For some context. I'm using SvelteKit as a framework for Strapi. I want to be able to use this libraries functions to convert...

For persistancy between different deployments I want to be able to predefine image formats directly in the code. tbd where this can be placed...

To make the individual formats more flexible I wanted to add the quality setting there as well. With that the 'large' format can have a different quality setting the 'small'...