ENUM

ImageGalleryLayoutEnum

The display style for images in the gallery

link GraphQL Schema definition

  • enum ImageGalleryLayoutEnum {
  • # Padded adds space between the border and the image, and shows the full image
  • # scaled and centred.
  • padded
  • # Full bleed doesn't add space between the border and the image, and crops the
  • # image to cover the whole image area.
  • full_bleed
  • }