Is it possible to have a horizontal masonry effect?
I know usually masonry is done in columns with posts shown in order vertically. However I want it to be done horizontally.
I also want it to be CSS only - no JavaScript whatsoever.
Is this possible? Have tried loads of things like displaying as flex, CSS columns, floating, inline-blocks and whatever.