hi guys im working on portfolio project, i can add images from the web , but i want to add pic of myself that is in my photos file in my computers ,anybody knows how to do it , it might me simple but i can’t figure it out now , please help me out to keep working on my project
thanks a lot in advance
upload it to google (photo or drive). click the photo than view image to other tab or copy image link location (right click mouse). copy the url to src img. it work but seems not right. may others have better solution than me.
if you don’t want to upgrade to codepen pro( you shouldn’t, i would argue you should be using a local environment so you get experience working with a real life setup) you can put your assets, in this case, photos, in any cloud solution (dropbox, github, etc). The img scr attribute will be whatever the url of that photo is (right click + copy image address);
@Ulbio
What I always use is a site like PostImage that never deletes your old images. If you want a site that lets you upload bigger images (up to 50MB), something like Mkerala might work, but Mkerala deletes images that have not been accessed in 1 month, so be careful if you use that one.
[EDIT]: Mkerala now deletes images after 120 days.
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.
Hello Coders, I have a solution for uploading images to your codepen projects be it the Tribute or the Portfolio. You need to create a CLOUDINARY account that will help you manage your images and videos of any size…I am using it and its working perfect for me, https://cloudinary.com/invites/lpov9zyyucivvxsnalc5/qkbw4aqje6myuwk7z45q.use the link sign up and enjoy having images of your choice in your project.