Design comparison
SolutionDesign
Community feedback
- Account deleted
Hello @Ayush👏
Your solutions was just wonderful and I it's look like a
pixel perfect solution
and that's stunned meare you having a
pro version
🌀And I found some common problems with your code and you can easily fix them 🤟
<Picture> tag :
- Looks like you used a wrong method to switch images
- Instead of that you can use
<picture> tag
<picture> <source media="(min-width: 597px)" srcset="./images/image-product-desktop.jpg "> <source media="(min-width: 0px)" srcset=" ./images/image-product-mobile.jpg"> <img src="./images/image-product-mobile.jpg" alt="Product_image"> </picture>
you also can take a look of my solution✨
Hope that was helpful ☺️
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