Design comparison
Solution retrospective
This is my second small project, and it went smoother than the first. That I am most proud of.
What challenges did you encounter, and how did you overcome them?Some css properties I googled and immediately found them.
What specific areas of your project would you like help with?I need help particulary with my live site, why do my pictures never render in the website, but in the code and when I select "go live" in VSC it works well and all pictures are there, but when I go to the live site in GitHub it doesnt want to show pictures?
Community feedback
- @Islandstone89Posted 5 days ago
Hi. Your file path is incorrect. The path must be relative to the
index.html
. Changesrc="/product-preview-card-component-main/images/image-product-desktop.jpg"
tosrc="images/image-product-desktop.jpg"
. NB: When you need different image versions depending on the screen size, use the<picture>
element.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