Question
Image Map not responsive on Outlook mobile app
We encountered an issue with the image map rendering—specifically in Outlook mobile apps. Currently, the default width for an image is 600px.
On devices with a screen width less than 600px, the expected behaviour is:
On devices with a screen width less than 600px, the expected behaviour is:
- The image scales down to fit the screen.
- The image map coordinates scale proportionally with the image.
This works as expected in Gmail mobile, where both the image and the map coordinates scale properly. However, in Outlook mobile, while the image may appear scaled using CSS, the image map coordinates do not scale, resulting in incorrect click targets.
