I have a problem when resizing images I have set up in admin panel.
.users-list>li img {
border-radius: 50%;
max-width: 100%;
height: auto;
width: 100px;
height: 100px;
}
When maximized, the images are looking great:
If I however resize browser, they all shrink together:
And then I tried by deleting the height: 100px
property which seems to do the trick, but one image is for some reason off: