Design comparison
SolutionDesign
Community feedback
- @BadhrikrPosted over 2 years ago
Hello your solution is superb,
My only suggestion is use picture tag to display images on different viewport width
<picture> <source media="(min-width: 775px)" srcset="./images/image-product-desktop.jpg"> <img src="./images/image-product-mobile.jpg" alt=""> </picture>
Check out this link
0@FabianVladmirPosted over 2 years ago@Badhrikr thanks, I did not know this tag for the images I will apply it in future challenges.
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