Tribute page picture

Hi, I was using the imgur site to upload photos on my tribute page. I finally got an image to work, and now I notice the image isn’t there. It was there yesterday, so I don’t understand what happened. Any suggestions as the where else I can upload pictures from? https://codepen.io/davijm/pen/rmQPOq

Replace this :

<img src='//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/freecodecamp/original/3X/3/1/3172c445f3762a32ad8e94f6a3a53b2e4087d528.jpg' title="source: imgur.com" img style="border:10px double black;"/>

And you will get this

That worked. Thank you so much!

1 Like

No problem, it was my pleasure. Just bear in mind that img have to have extension like in your case .jpg. That was the whole issue :slight_smile:

You may want to add this in there;

img class=“img-responsive”