Design comparison
Solution retrospective
The images do not show and I don't know why. I will attach a screenshot of the Live Server showing the solution.
*UPDATE: FIXED the img path.
Community feedback
- Account deleted
This is the code that leads to you image:
src="/images/image-product-mobile.jpg"
You are missing the dot in front of the slash. Like this:
./images...
Just add the dot and it will work :)
I hope it helps. Congrats on finishing the challenge!
Marked as helpful1@DanielGrecPosted over 2 years ago@kom42ec Thank you! Do you know how can I update the existing solution without making a new one?
EDIT: Found it! Thank you! It worked.
1Account deleted@DanielGrec I'm glad it worked!
You can also generate another screenshot of your solution, so it will show the image in the design comparison above.
You have 5 free screenshots available if you are not a PRO member.
Marked as helpful0 - @MubashirArifRandhawaPosted over 2 years ago
Image not loading, try the following:
Check if the path is correct Learn about absoute and relative paths
the problem will be one of above two
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