I want to see all images without pagination in the blueprint

I want to see all images without pagination. How can I change the blueprint?

  - width: 1/3
    sections:
      images:
        type: files
        layout: cards
        template: image
        info: "{{ file.dimensions }}"
        image:
          ratio: 5/4
          cover: true
        layout: lists
        min: 1
        size: small

You can set the limit to a very high number.

1 Like