Image Hosting - Personal Portfolio Page

Hello guys,

I am trying to finish up my last project for the responsive web development section: Personal Portfolio Page. I would like to add some clickable images to my projects section like in the example but I am not sure where I can host my images online so that I can add an <img src= link to the image. I tried using a link from google photos and also tried adding to github but neither of those methods worked. Any advice?

@danh4648 you can use postimage.org.

1 Like

GitHub should work.

You have to get the link to the raw file. You can right click the image and use “Open in new tab” (Chrome) or “View Image” (Firefox). Or, you can append ?raw=true to the file path to get the link.

1 Like

Great, that worked! Thanks.