Aspect ratio of image thumbnails #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The image thumbnails currently do not preserve aspect ratio.
Steps to reproduce:
See image thumbnails for random topic on front-page. Reduce the screen-size. Especially at smaller widths, as you resize, the height of the image remains constant, but the width changes, skewing the aspect ratio of the images (i.e. causing them to appear either stretched or compressed).
Expected behaviour:
Images should never change their aspect ratio. They should change height along-with width if needed to maintain aspect ratio and for images with a smaller width, remain horizontally centered in their container.