Change image ratio

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

.es-event-card-content-image {
  aspect-ratio: 2/1 !important;
}

You can set any ration in the 2nd line of the code :slightly_smiling_face:

1 Like