Portrait Images
Hello, we deal with a lot of images and Landscape displays perfectly however Portrait doesn’t? Is this because of a limitation in height? Be great for it to fill.. Thanks
#images
You can’t fill a landscape format with a portrait image without it being cropped.
Thanks and of course, but why is it being limited to landscape is my question?
I got it, you want it to fill the space... It will make lot's of sense
Any news on this?
You could make it fill with this CSS:
.feed_media_image.feed_custom_uploaded img {
object-fit: cover !important;
}
Example: