How can I make this layout?

I have tried to make it with flex and grid but the problem is the row height is defined by the largest item. This leaves whitespace below shorter items. I have also tried using flex columns with wrap and a fixed container height but the number of images is dynamic causing them to overflow.
Does anybody know how to make this?
image.png
Was this page helpful?