Introductory. There is a fixed size block. In the block you need to have a different number of images of the same size. If there are few images, and they are placed in a block, they should follow each other (as in a regular inline-block).
But if there are more of them, then they should evenly bump against each other, as if compacting (stacking up like cards), and keeping their original size.
Is it possible to implement this using only css?

