Skip to main content
Solved

How to embed link in picture

  • September 17, 2021
  • 4 replies
  • 359 views

Motorcycle KB

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

Best answer by Callie Rojewski

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

4 replies

Callie Rojewski
Forum|alt.badge.img+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


Motorcycle KB
  • Author
  • Knewbie
  • September 23, 2021

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


Adam Paulford

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)

 


Christina Molina

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