Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#199054
randomdude
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.