How can I know in which folder the file should be in order to add it in codepen?

I want to add an image through my PC (relative path) to my project. But I don’t know to which folder codepen “points”, i.e. in which folder the image should be that I can use it via “img src=”…/image.jpg"

You need to upload the image to a cloud service, like Dropbox or Cloudinary, then use the uploaded image’s URL.

Related:

1 Like