Preserve aspect ratio when scaling a user thumbnail

Fixes #675
This commit is contained in:
Tom Hughes 2014-01-12 20:32:33 +00:00
parent 67dbde0fde
commit a4561fe89b

View file

@ -1869,6 +1869,8 @@ img.user_thumbnail {
}
img.user_thumbnail_tiny {
width: auto;
height: auto;
max-width: 25px;
max-height: 25px;
border: 1px solid #ccc;