Different types of grids to show galleries.

Variations

  • --uneven: an uneven grid with different row displays.
  • --even: a regular, even intrinsic grid variant.

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 the layout-grid.

Resources