Gallery

Displays an images gallery with accessible lightbox.

Frontmatter

blocks:
  - type: gallery
    heading: {}
    column: 4 // number, columns by row in desktop
    ratio: 1 // number, ratio of thumbnails format
    gallery:
      image: {}
    background: false

Examples

Files

CMS

PostCSS

Add tobii class in deep safelist of postcss.config.js .

safelist: {
  deep: [/^tobii/]
}