Product Preview Component with Plain CSS
Design comparison
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Samuel M, Congratulations on completing this challenge!
You did a good work putting everything together in this challenge, something you can do to improve the image that needs to change between mobile and desktop is to use
<picture>
instead of<img>
wrapped in a div. Look that for SEO and search engine reasons isnโt a better practice import this product image with CSS since this will make harder to the image be found. You can manage both images inside the<picture>
tag and use the html to code to set when the images should change setting the devicemax-width
depending of the device (phone / computer) Hereโs a guide about how to usepicture
:https://www.w3schools.com/tags/tag_picture.asp
โ๏ธ I hope this helps you and happy coding!
Marked as helpful0@samuelms21Posted about 2 years ago@correlucas Thank you for the suggestion. Appreciate it, man! ๐ Happy coding to you too.
1
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