Picture Size

I am wondering if anybody knows what size images should be for the timeline.

I have a number of images that are all different formats landscape / portrait for example and will work on getting them all resized so none of them are cropped but I am wondering what size I should be aiming for.

Any help would be appreciated.

1 Like

Hi there, @user3920 :waving_hand:

I’ve checked your widget and see you’ve handled the image cropping issue using this CSS code:

.es-event-card-content-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: flex;
  background: transparent;
}

Please let me know if you like the achieved results or if you have any questions left :slightly_smiling_face:

1 Like