Design comparison
SolutionDesign
Solution retrospective
I made the Qr scan code,however,the qr code image cannot show up on a live site.
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there π. Congratulations on successfully completing the challenge! π
- I have other recommendations regarding your code that I believe will be of great interest to you.
QR iMAGE πΈ:
- The image is not loaded because of the image is not located inside
images
directory, the image is just left within the repository's root directory
- So you can just use this example source
src="./image-qr-code.png"
- Example
<img src="./image-qr-code.png">
.
I hope you find this helpful π Above all, the solution you submitted is great !
Happy coding!
0 - @NehalSahu8055Posted over 1 year ago
- You gave the wrong address buddy.
- Instead of
<img src="./images/image-qr-code.png">
- use this
<img src="image-qr-code.png">
0
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