Different types of grids to show galleries.
Variations
- --even: a regular, even intrinsic grid variant.
- --uneven: an uneven grid with different row displays.
Technical Details
- On the images, it uses
object-fit
with cover value. - To control the image dimension, it uses
aspect-ratio
. - For the
--even
variant, it uses thelayout-grid
.