Design comparison
Solution retrospective
This challenge looked like easy but i struggled with the responsivess of the image. Somehow i completed . Suggestions are always welcome.
thanks #happyCoding
Community feedback
- @guztrilloPosted over 2 years ago
Hey Prabhash, awesome job and kudos for using React. But I don't quite sure if this is the reason your solution have a lot HTML issues. You could try to review the report and see if you can fix those problems.
In the other hand, the image seems to have aspect ratio problems. You could try adding the properties
width: 100%; height: auto
. Also trying withobject-fit: cover
. If you already tried this, maybe you overwrote some property from a parent tag.I hope this help you. Keep coding!
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