4

I want to add an image which is hosted on an external source to Github, but I see only link when I confirm it to be posted.

![Image](https://ibb.co/kOnOrb)

I use this format but it does not work. I click on the link that is created and I see the message Non-Image content-type returned.

Mehdi Haghgoo
  • 3,144
  • 7
  • 46
  • 91

1 Answers1

8

The problem was, the link you provided wasn't the image itself. It was the link to a website that contained the image.
By clicking on the image and copying the adress of the image you get the url of the actual image.

This should work for you:

![Image](https://image.ibb.co/g0SdPw/Screenshot_from_2018_01_05_11_14_40.png)
Night Train
  • 2,383
  • 3
  • 18
  • 35