I have images on a website that I have linking to other .html pages.
They are functioning on my computer but on my phone and tablet - touching the images does not link to the other .html pages.
<a target="_blank" href="global.html"><img class="img-responsive" src="assets/img/portfolio/icon_global.jpg"/></a>
Here is the css class info:
.img-responsive { display: block; max-width: 100%; height: auto; }