Skip to content

v1.6.0 Changed the thumbnails in the image results to squares - how to get full aspect ratio thumbs back? #12974

Answered by missionfloyd
Tom2112 asked this question in Q&A
Discussion options

You must be logged in to vote

Put this in user.css.

Fit the image inside the button

.thumbnail-item > img {
    object-fit: contain !important;
}

or

Fit the button around the image

.thumbnail-item {
    aspect-ratio: auto !important;
}

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@Tom2112
Comment options

@Tom2112
Comment options

@Tom2112
Comment options

@rubberbaron
Comment options

@missionfloyd
Comment options

Answer selected by Tom2112
Comment options

You must be logged in to vote
2 replies
@Woisek
Comment options

@Tom2112
Comment options

Comment options

You must be logged in to vote
2 replies
@Tom2112
Comment options

@Woisek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants