Maybe it's a trick to save disk space on our server.
Can the avatar gallery be made so it doesn't automatically open the first gallery on the list? It sometimes refuses to start loading avatars from other galleries before the current one finishes slowly loading. The lazy, nonintrusive way would be to add an empty (or single image) gallery with some symbol for the title that would place it at the beginning of the list, maybe?
96 x 150 px, which apparently are the dimensions of that area and the maximum size of avatar images there. The real size of the image is the former, 80 x 125 px. I've seen this sort of thing with the Nethack avatars, they are stretched slightly in the post fields. Why must this be when there also seem to be avatars that exhibit no such behaviour?
The html defines the size as 192x192, for all avatars. So it tries to resize them to that except the style interferes and tells the browser to make it no larger than 96x150.
If you remove the size from html then it stops the upscaling for images that are smaller than that, and if you instead remove the height/width restrictions from the style then all avatars get resized to to 192x192. With the current behavior, the aspect ratio sometimes gets preserved, sometimes doesn't, depending on what horizontal/vertical image is used.
Adding "width: auto" to the already-present "height: auto" appears to solve the issue (pictures smaller than 96px in width getting upscaled), but I have no idea if it breaks anything else.
_________
https://xenforo.com/community/threa...er-a-positive-whole-number.18008/#post-653356