Codepen not displaying image

hey guys i need help… am having problem displaying images on codepen

You need to share your codepen and describe the problem for us to be able to help you.

2 Likes

sorry my bad https://codepen.io/REXSUNO/pen/rvVRzJ

When I open devtools, it looks like there is a 404 being returned for from postimage.

Because your image is not using the right path.
e.g.

src="https://en.wikipedia.org/wiki/Itachi_Uchiha"

use this instead.

src="https://upload.wikimedia.org/wikipedia/en/e/e5/Itachi_Uchiha.jpg"

Thanks a lot guy… i really appreciate