Design comparison
Community feedback
- @deepak-parmarPosted over 2 years ago
@KAMA-Kasckak-Martin,
your image is not being loaded, replace
/
with./
at the beginning of your image's path (like this,./images/image-qr-code.png
)-
/
at the beginning means it'll looks for files at the root of the URL which is https://kama-kasckak-martin.github.io but your solution is available at https://kama-kasckak-martin.github.io/QR/ -
./
will look for files from where it is currently hosted at.
If this is confusing I recommend this article from MDN Docs https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL Especially, Absolute URLs vs relative URLs section.
and this one from W3Schools
https://www.w3schools.com/html/html_filepaths.asp
These might clear out lots of thing Pathing doubts.
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