
Submitted 7 days ago
Meet Landing Page with Responsive Background Images Implementation
P
@ylin320
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
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