Cloudinary is the most used solution to edit images on the fly here.
With a multiple images column, you would need to:
- Use a joined text column to join them into string form.
- Use JavaScript to do some work with that string and apply Cloudinary transformations to them.
- Use a split text column to split the JS result back into an array and use that inside an image component.
2 Likes