[css] make image tiles cover the tile

You might want:

.tile.image .inset-auto img {
    object-fit: fill
}

It depends on whether you care about the aspect ratio.

3 Likes