I am currently creating templates for an automation tool and am facing an issue with resizing retina images in Outlook.
I am aware that typically, one would use image attributes such as style="max-width: 100px; width: 100%" to achieve this.
The issue arises when users in template mode attempt to replace the images, causing the tool to replace the entire image tag along with my inline CSS.
I am curious if anyone has a different solution to address the scaling problem in Outlook. Unfortunately, applying these styles to surrounding divs, tables, or tds has not proven successful.
Thank you in advance!