Home › Forums › CSS › [Solved] Can I get a div with a fixed position to scroll › Reply To: [Solved] Can I get a div with a fixed position to scroll
March 26, 2015 at 1:13 pm
#199054
Participant
@Paulie_D If you do this:
img {
object-position: center center;
object-fit: cover;
}
I don’t think images will distort, and they can be whatever width or height you need.