Solved

How to embed link in picture

  • 17 September 2021
  • 4 replies
  • 274 views

Is there a way to embed a link in a picture, to make a button?

icon

Best answer by Callie Rojewski 21 September 2021, 15:28

View original

4 replies

Userlevel 7
Badge +3

Hi @Motorcycle KB ! Great question. The answer is yes, however you currently need to use Markdown for this. There isn't a built-in way to set an image hyperlink through the image editing options, but it is in consideration in our roadmap!

 

Here's how to set an image hyperlink using markdown:

KFrjfiTIYd.gif

Sample markdown you can copy/paste and modify:

[![Image](https://api.getguru.com/files/view/8715be81-17b0-4d47-9948-e7d111d3f2b0)](https://getguru.wistia.com/medias/vne66154tf)

Here's an example of what it looks like:

Image

Ideal image size: 2.5 (in) x 1.405 (in) Resolution: 200 ppi

I wish there was sizing options but other than that is works great, thanks!

if you want to resize an image and add links…

setup your image using

<img x=”y”> 

then give it a link using the double brackets thing:

[thing you are giving link to](link)

you end up with something like this:

[<img src="internet.com/image.jpg" style="width: 50px" >](internet.com/link.html)

 

Seriously my endusers ask for this all the time. It would be really helpfull

 

Reply