
Custom responsive image formats for https://strapi.io
The Strapi plugin responsive-image allows users to create custom responsive image formats for their Strapi v4 website. This plugin is compatible with Strapi v3 by using version 0.5.0. By adding custom formats and overriding the image manipulation of the upload plugin, users can generate new formats of uploaded media automatically. The plugin uses sharp to resize the images and provides options for quality, progressive scan, output format, width, height, fit, position, and without enlargement.
The Strapi plugin responsive-image allows users to create custom responsive image formats for their Strapi website. It provides an easy-to-use interface to add and edit formats, and automatically generates the formats for newly uploaded media. With options for quality, output format, width, height, fit, position, and without enlargement, this plugin offers flexibility in managing responsive images. However, there is a suggestion for better UI/UX and the addition of a re-generate button for all formats when settings are changed.

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.