Problem with images

Tell us what’s happening:
Describe your issue in detail here.

I am working with a personal portfolio, and I want to add images that I have in my computer.

How could I used them in the codepen editor?

I know I can use some pictures from the net but I wanted to used screenshot of my projects.

Thanks for your help

Laura
Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Hi @LauGonz !

Your images will need to be hosted somewhere online to be able to access them in codepen.

Here are some free hosting options.

Once you have them hosted somewhere, then you can use the src url from that hosting option in your img tag.

Hope that helps!

1 Like

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