Design comparison
SolutionDesign
Solution retrospective
Hi there ✌️.
Feedback welcome!!
Community feedback
- @VCaramesPosted about 2 years ago
Hey @SantiagoLaraE, great job on this project!
When using different images for responsiveness, it’s far more efficient to use the <picture> element.
<picture> <source media="(min-width: )" srcset=""> <img src="" alt=""> </picture>
Heres a link with more details on it: https://www.w3schools.com/html/html_images_picture.asp
Happy Coding!
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