I am trying to add a link to an image using maplink, but it doesn't seem to work with the responsive theme I'm using. I'm unsure how to make it responsive. If anyone has any ideas, please share them.
html
<img src="http://www.gate7infotech.com/projects/development/MyLuckyBottle/wp-content/themes/twentythirteen/images/home_background.jpg" alt="new" width="100%" border="0" usemap="#Map2" />
<map name="Map2" id="Map2">
<area shape="poly" coords="691,918,705,756,931,763,910,930,692,920" href="http://youtu.be/zG28Gy6mKO0" target="_self" alt="new-video" />
</map>
</div>
css
.container{
width:100%;
margin:0 auto;
}