Image Converter
Converts media uploads to webp or avif
strapi-plugin-img-convert
A plugin for Strapi that automatically converts uploaded images to WebP and AVIF using the sharp library. This plugin provides flexible image optimization through Strapi's admin interface, allowing you to manage your image conversion settings without code changes.
Supported Strapi versions
- v5.x.x
NOTE: Strapi 4.x.x is not supported!
Installation
npm install strapi-plugin-img-convert
or
yarn add strapi-plugin-img-convert
Features
- Convert images to WebP or AVIF
- Configure conversion settings through Strapi admin interface
- Automatic conversion on image upload
Usage
- Install the plugin using npm or yarn
- The plugin will automatically appear in your Strapi admin panel
- Navigate to Settings > IMG Convert to configure your conversion preferences
- Upload images as normal - conversion happens automatically
Support
For issues and feature requests, please create an issue on our GitHub repository.
License
MIT
Install now
npm install strapi-plugin-img-convert
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.