Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Making the image responsive was a challenge. there were three main challenges:-
- swapping the image between mobile and desktop view.
- allowing the image to shrink and grow inside it's div.
- taking the full width and height of the div.
solutions:-
- using picture element.
- giving the img a max-width of 100%.
- giving it a width 100% and height 100%.
Join 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