The ability to expand the container for the Grid Layout so that images are not cropped

I’d like to have a setting allowing to change the container size for the Grid Layout. It will prevent images from being cropped.

1 Like

Great idea, @adam_ohana, thanks for sharing!

We’ll try to think about this in our future releases, but we can try to make up a custom solution for your use case. Just open a new topic in Ask the Community section, we’ll do our best :slight_smile:

2 posts were split to a new topic: LInkedIn preview images display

For anyone who are using square images for Grid layout, the following CSS code may work:

.eapp-events-calendar-grid-item-imageContainer {
padding-top: 127%!important;
}
2 Likes