What I need to know is how to make the coordinates responsive with the image.
Code: Select all
<img src="https://www.allsortsworkwear.com.au/image/catalog/infobanner-for-shop.png" style="max-width:100%; height:auto;" usemap="#image-map">
<map name="image-map">
<area target="_blank" alt="Check out my blog" title="Check out my blog" href="https://allsortsworkwear.com.au/BLOG/" coords="44,33,492,228" shape="rect">
<area target="_blank" alt="How to order" title="How to order" href="https://allsortsworkwear.com.au/BLOG/how-to-order/" coords="555,28,983,224" shape="rect">
<area target="_parent" alt="subscribe to newsletter" title="subscribe to newsletter" href="https://allsortsworkwear.com.au/BLOG/subscribe-to-the-newsletter/" coords="1043,29,1485,215" shape="rect">
<area target="_blank" alt="request a quote" title="request a quote" href="https://allsortsworkwear.com.au/BLOG/request-a-quote" coords="1537,29,1990,228" shape="rect">
</map>`