I need to make an image clickable, what’s the best way to do this?
Thank you.
I need to make an image clickable, what’s the best way to do this?
Thank you.
<figure>
<a href="YOUR-LINK-GOES-HERE">
<img src="THE-IMAGE-URL-THAT-YOU-COPIED-GOES-HERE">
</a>
<figcaption></figcaption>
</figure>
That’s it. If I’m not mistaken I’d guess that this setup won’t take advantage of any of the image responsiveness functionality. But it’ll work for what you want.
This is helpful … but there HAS to be a better way to make images linkable.