It would be amazing if we could have the images be larger on the events calendar!
1 Like
Happy to see you on our forum @Coffin_Club
This is a really cool suggestion, thanks for sharing!
We will try to think this opportunity over and hopefully, we’ll be able to implement it in one of the future updates.
I’ll keep you posted here
As a workaround, for the List layout you can use the following CSS code:
.eapp-events-calendar-list-item-imageContainer {
height: 128px;
width: 128px;
}
1 Like