TAdvCardList versus fixed size

I'm using the TAdCardList for displaying images from a folder. The images are not the same size. The list of cards looks messy. Is it possible to set the width and height of a TAdvCard fixed, so that all cards are the same size?

Currently, there is unfortunately not a built-in capability to have the cardlist automatically resize the images.

Is there an option to force it by myself? Maybe some code for an Event?

Possible you could use custom card item drawing and draw the image yourself in code with a fixed size?

Drawing myself could be an option. Thanks.