Hi there,
When we switched from Mailchimp to Klaviyo a few months ago, this was kind of a disappointment, because we rely on image maps a lot in our campaign emails. To be clear, I can make it work fine on desktop, but the map coordinates don’t work on mobile. And for the life of me, I cannot figure out how come it worked Mailchimp’s editor, because it was essentially the same process (image map added via html, using a text box)
Just an example below. Again, it works fine on desktop, but no mobile.
<div>
<img alt="Alt name" src="https://image.path" usemap="#imageMap" width="564" />
<map name="imageMap">
<area title="Title here" coords="0,0,282,282" href="https://link.here" shape="rect" style="outline-style:none" />
<area title="Another Title" coords="0,282,282,564" href="https://another.link" shape="rect" style="outline-style:none"/>
</map>
</div>
Any ideas would be greatly appreciated,
Thanks,
-oo