background-repeat: repeat;

The background images have the size given by 'background-size: auto 22%' and are repeated.

background-repeat: round;

The background images are re-dimensioned to fill the space, they can be cut.

background-repeat: space;

The background images are distributed in the element, spaces between images if needed.
Not yet well implemented: Opera ok, Webkit no, Firefox no