So I am working on my Personal Portfolio Page and was wondering whether it is possible to use original images. The FCC teaching tutorials thus far only taught me how to link to an existing image but I would like to use images I create myself. However I don’t even know where to begin with that. If anyone knows the answer, that would be great. Thanks for reading!
I saved images to my Onedrive in Outlook for this , it allows sharing via unique URL then which you can use in your code (if you’re only using codepen). I’m sure google drive has the same feature if that’s what you use.
@Oxyrus, @nitelight5,
Tip: imgur does not work on codepen. It may appear as if it works at first, but any other person who views your code from a different computer (or if you clear your cache) will not be able to see the images. Just a tip, because I have seen several posts on the forum like:
I upload all my original images to Dropbox and then copy the links for my projects, but you have to change the “www.dropbox.com” portion of the URL to “dl.dropboxusercontent.com,” which I should have memorized by now, but I still find myself having to copy/paste.