Skip to main content

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

Portrait Images

D@vid

You can’t fill a landscape format with a portrait image without it being cropped.

David Freeman

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

David Freeman

Any news on this?

Thomas Oates

You could make it fill with this CSS:

.feed_media_image.feed_custom_uploaded img {
object-fit: cover !important;
}

Example: