Strapi: Enable real-time image transformations

Demo summary
The user enables 'Media Delivery' and 'ImageKit Transformations' in Strapi settings, then uses Postman to verify that image URLs now include real-time height and width parameters served by ImageKit.
Step-by-step
- Navigate to the ImageKit plugin configuration in Strapi
- Set the Media Delivery setting to true and save
- Enable the Image Kit transformations for responsive URLs setting
- Save the configuration
- Verify the API response in Postman to ensure URLs include real-time height and width parameters
Tips
- Use ImageKit transformations instead of Strapi's built-in resizing to handle responsive variants in real time
- Remove the transformation parameters from the URL if you need to access the original, unresized image
Highlights
“it's clearly working now”
AI Photo Editor
6:381:49Enable real-time image transformationsCurrentThe user enables 'Media Delivery' and 'ImageKit Transformations' in Strapi settings, then uses Postman to verify that image URLs now include real-time height and width parameters served by ImageKit.ImageKit
Strapi