Why won't wikipedia jpgs render correctly on my certification project?

Wikipedia images won’t show up correctly when I attempt to use them for my technical documentation project. I’ve attempted to link to two different images of a lager beer, and each time I just get that weird little image placeholder. Can anyone explain what I’m doing wrong?

My code so far:

<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Pilsener Urquell hohes Glas.jpg'/>

The URL you are using is giving me a 404 not found. Are you 100% certain that it is the correct URL?

It’s the one I see when I right-click inspect the image. I guess I could look again…

Yes, I’m positive it’s the correct URL. I keep hitting right-click inspect on the image I want to link to, typing in exactly what it says between the “”, and it keeps not working. This isn’t the first time I’ve had this issue with wiki images on this site. Is it possible freeCodeCamp doesn’t accept wiki images anymore?

Here’s the pic I’m trying to upload:

This is the pic uploaded into the FFC forum. Can you give us a link to the page that has this image on it?

It’s just the wikipedia page for Lager. But I got it to work! I gave freeCodeCamp permission to access my clipboard and then copy/pasted the code directly. Still not sure what was going wrong when I tried typing it out, though.

This is not an advertisement. It’s just me showing the pic I wanted to upload.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.