How to make a Thumbnails Mosaic

Just use add_image_size() to set a new size for those cat images: add_image_size( 'mosaic', $your_width, $your_height, true );. The rest depends on your category image (this isn’t default, but done by some plugin or something else).