Calendar List Layout Landscape image

Carousel is not working. in the List layout is there a way to get a landscape image instead of square one?

Hi there, @Norton :waving_hand:

This CSS code will do the trick:

.eapp-events-calendar-list-item-imageContainer { 
  width: auto!important; 
} 

.eapp-events-calendar-list-item-imageContainer img { 
  width: auto!important; 
}

If you’d like to make image bigger, please use this code instead:

.eapp-events-calendar-list-item-imageContainer {
height: 128px;
width: 228px;
}

You’ve also mentioned that a Carousel layout isn’t working. Could you please describe what issue you’re experiencing?