Design comparison
SolutionDesign
Solution retrospective
Any Improvements i can make on this ?
Community feedback
- @GreViecPosted 12 months ago
Look into a topic of art direction - You currently have 2 images simultaneously on your webpage, and both of them need to be downloaded by users browser. By using <picture> element, you can make it so that only one is downloaded, depending on certain conditions (@media max width). Here's more info on that https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
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