v1.6.0 Changed the thumbnails in the image results to squares - how to get full aspect ratio thumbs back? #12974
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Put this in 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;
} |
Beta Was this translation helpful? Give feedback.
-
Changing the thumbs to squares doesn't make sense. We've all been picking sample images that look good in the portrait view, and now they're all broken. Please don't make everybody have to use CSS overrides to fix the thumbnail view... |
Beta Was this translation helpful? Give feedback.
-
It makes perfect sense, because then you don't have wasted/blank/black/white/whatever space on one or the other side.
Seriously, if you have troubles to 'assess them quickly at a glance' just because there are some pixels cut off, you got much serious problems than cropped images. What exactly is it you can't grasp, when some pixels are missing on such tiny images? You have to click on them anyway for some kind of judgment or even open them in a image viewer to be really sure. Also, what you're describing makes sense for a group of mixed aspect ratio images, but this is only displaying your image generations - which will all be the same aspect ratio because they're all coming from the same batch using the same generation resolution as each other. That only is true as long someone decides to write a script that swaps the aspect ratio during batch process.
No, sorry, this makes no sense. It's just like on a 'normal' website. The purpose of a thumbnail is to give you the possibility to 'assess the image quickly at a glance' and if you want or need more info, you click on it. Using squares is the maximum and optimal use of screen estate because no matter what image ratio you have or use, it's display always a the same size. The same size means also I know how much space I need for displaying x thumbs. Every time. What you believe that is would be better is a constant juggling of the space that can be used. I can obviously display more portrait thumbs in a row then the same size in landscape. That means, when I can fit i.e. 8 portrait thumbs neatly in a row, it then can fit only 6 or even less, landscape ones, leaving a ugly gap on the right. Instead of this, what really is bothering, is that when a thumb is clicked, the image is displayed upscaled in the light box and we have to constantly click the zoom reset button. THAT is a problem, not the thumbs that do, for what they are supposed to do ... |
Beta Was this translation helpful? Give feedback.
Put this in
user.css
.Fit the image inside the button
or
Fit the button around the image