I need to make a gallery in a sort of Masonry layout: columns with images of unequal length. This supposedly can be done with pure CSS using columns. Somewhere in de future there will be a masonry property for grid-template-columns, but I think only Firefox sort of supports this...
Anyway: let's see if I can get it to work with columns.