Optimizing strapi images

Hello! I have project with strapi 4.25.2 with cloudinary as a image store. How can i optimize these images with strapi to be most performant and good looking?

I mean im uploading 4k image jpeg thats pretty heavy and strapi should cut it to smaller size & convert to webp for example and optimize. Its possible?

How do you handle images?

Thanks!

This topic has been created from a Discord post (1258387437894504460) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Hi!

If you are using Cloudinary, you could use Cloudinary directly transformers, like in this docs: Image API | Cloudinary [
Optimize and Deliver]. That’s where Cloudinary is good for, producing optimized images on the fly.

Regards,