Design comparison
Solution retrospective
Does anyone know why the github isn´t showing my photos? Somebody help me to fix it please.
Community feedback
- @ohkamandaPosted over 1 year ago
Yes, you have a simple error in your code. Instead of
<img src="./image-qr-code.png" att="">
It should look like this:
<img src="image-qr-code.png" alt="image of a qr code">
Also don't forget to use an alt tag on your images.
Marked as helpful0 - @hannyfishPosted over 1 year ago
I think it may well be just the screenshot part of the site!! I noticed on one of my solutions yesterday the screenshot colour was different, but when I went on the site the colours were as normal/as I coded it.
That being said, when I access your site, the picture of the QR code shows up perfectly fine, so it may just be a screenshot generation issue! The solution looks great :D
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