Media Library: option to show full images
-
Feature Request: Please add an option (perhaps in Settings/Media) to make the Media Library show the full image even if it’s not square, instead of cropping everything to square. This is primarily an issue in grid view.
There are a lot of reasons why some of us (perhaps many or even most) don’t like the images shown cropped to square – here are three: (1) the full content is not visible, (2) searching for items you know are a certain aspect ratio is much more difficult, (3) multiple images that are the same in the center but cropped differently (or extended with additional background to make a certain shape) look identical.
I would be perfectly happy if the CSS was simply changed to always showed the full image, but I suppose some people might be used to the squares (although I don’t see what advantage that would have other than looking neat in the grid), so I’m suggesting a setting to allow the user to choose.
Currently I’m using a workaround on some of my sites – I installed the “Add Admin CSS” plugin and added this CSS:
.wp-core-ui .attachment .portrait img { max-height: 100%; } .wp-core-ui .attachment .landscape img { max-width: 100%; }
But it would be better if WordPress could do this natively.
[P.S. This has been asked before: https://www.ads-software.com/support/topic/show-real-aspect-ratio-in-media-library/ Hopefully the author of that post @raoulunger will find this post, so he can see if it gets implemented and also see my workaround.]
- The topic ‘Media Library: option to show full images’ is closed to new replies.