1 min readNov 30, 2018
Hey Iron Orr Fitness 👋
Do you have a demo? Are you using an img
element or are you using background-image
. You could use object-fit: cover
on an img
or background-size: cover
if using background-image
. Those tend to help a lot with responsive images.
Hope that helps!