Meet Landing Page with Responsive Background Images Implementation

Solution retrospective
Proud of: Successfully implementing split background images for desktop version and creating smooth responsive transitions across different devices. Do differently: Would explore modern image optimization techniques like picture element or srcset attributes for better performance.
What challenges did you encounter, and how did you overcome them?Main challenge was controlling background-image positioning and sizing across different viewports. Overcame this by:
- Using media queries with specific breakpoints
- Implementing absolute positioning for desktop images
- Carefully calculating transform values for precise image placement
- Better image loading optimization techniques
- More efficient ways to handle responsive images without relying on background-image
- Modern approaches to implement adaptive images using JavaScript
Please log in to post a comment
Log in with GitHubCommunity feedback
- @armanijacobs
Good job! I just done the same one - if you could please review it on my github and let me know where to improve (as it's not quite right). I would like to improve it and get it right.. really appreciate :)
Thank you!
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