Design comparison
SolutionDesign
Community feedback
- @Code-BeakerPosted 6 months ago
Hi there, congratulations on completing this challenge, you've done great job! 🎉
I visited your website and it's great to let you know that everything works well.
I would like to put forward some of my suggestions regarding your website that might help you improve your code.
- The image/illustration should be created using an
srcset
instead of toggling them with CSS.
You can create it like so:
<picture> <source media="(min-width: 50rem)" srcset="path/desktopImage.format" /> <img src="path/mobileImage.format" alt="Alternative Text"/> </picture>
Or there are other methods that you can use to get the result. If you wish to learn more about this topic, consider reading this article
Hope this helps you 😊
Marked as helpful0@ThinYuShwePosted 6 months ago@Code-Beaker Thank you so much for your suggestion. I will look into that!
1 - The image/illustration should be created using an
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