How to add pictures from photos folder to code pen

Other people have already mentioned image hosting sites so my advice is applicable if you use GitHub (which you should as a web developer). If you have your project on GitHub as well as codepen you can just find the picture file on GitHub. Once you’ve found it, right-click and select “copy image address.” The copied address is what you put within the image href attribute.

14 Likes