I’d like to have a setting allowing to change the container size for the Grid Layout. It will prevent images from being cropped.
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
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