Design comparison
SolutionDesign
Solution retrospective
I had a bit of a challenge making the background pattern responsive. Not sure my 'solution' to making the background pattern responsive was the best one. Would appreciate your feedback
Community feedback
- @solvedbiscuit71Posted over 2 years ago
Hi, Jonathan
No, i don't think there is another way around it. since, the background image are big we are forced to use
background-size
andbackground-position
to position accordingly.But, it would be better if you use viewport
vw
units instead ofpx
so it will be more responsive! Check out: my solutionHope that resolves your question.
Marked as helpful1@jonathan401Posted over 2 years ago@solvedbiscuit71 Thanks for that ☺️. I'll try to fix this as soon as I can
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