I have a problem resizing images that I created in the admin panel.
.users-list>li img { border-radius: 50%; max-width: 100%; height: auto; width: 100px; height: 100px; }
At maximum magnification, the images look great:

If I however resize the browser, they all compress together:

And then I tried removing the height: 100px , which seems to do the trick, but for some reason this is for some reason:

source share