@i-prkr
Posted
I really enjoyed looking at your solution! It was interesting to see the jQuery approach, and the form looks really nice, I especially like the debounced input!!
One suggestion I had was to help make the images responsive with media queries, using the <picture>
element and providing the two different sized images. I found the web dev article really helpful for these: https://web.dev/learn/design/responsive-images. I think possibly the object-fit
property could also be used here to help keep the sizing consistent between screen sizes.
Thanks for your solution, I hope this might be of some help!
Happy coding :)
Marked as helpful