I’m working on a helpdesk application and need some guidance.
When users upload media, I receive an S3 link for each file. Instead of displaying these links in the chatter, I’d like to render the actual images directly.
Currently, I handle up to three images at a time. I want all of them to appear in the chatter with a consistent size and layout, even if the original images have different dimensions or aspect ratios.
What would be the best approach to achieve this?