Design comparison
Solution retrospective
I dont understand why my link image can't be seen after i upload it. On my computer after i finished i tested it was working just fine, but it was working only if i put as img source, up a folder, then the actual images folder.
Community feedback
- @Dev-TronPosted over 2 years ago
The reason why your image isn't rendered is that it is not correctly referenced. You should use either a ./ or just plain <img src="images/image-qr-code.png" alt="qr code pic">. You do this to indicate that the files are in the same directory. Other than that your solution looks great. Keep up the good work and never give up.
Marked as helpful2@DorinelIonutPosted over 2 years ago@Dev-Tron Yes i know how to do both, but first time didnt worked even in my computer until i havent used ../ to go up a folder then to go in the folder where images are. I did that, it seems to be sort it out, but after i upload it i've got the same same problem. The image didnt rendered from the netfly link, but in my code was working, then i tried to change the code with the adress straigth to image folder from git directly and still didnt worked.
0@Dev-TronPosted over 2 years ago@DorinelIonut I just noticed that I don't see the image file in your repository. You may have accidently deleted it. This may be a problem.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord