> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-layout/masonry.md).

# Masonry ✅

{% hint style="success" %}
Part of the **Sygnal Components** library.&#x20;
{% endhint %}

Goals;

* [x] Easy masonry drag-and-drop setup
* [x] Dynamic column count
* [x] Realtime designer configuration, see it exactly as it will publish&#x20;
* [x] CMS support, combine both collection lists and static elements&#x20;
* [x] Responsive, on column count&#x20;

## Demonstration

{% embed url="<https://webflow-core-component-test.webflow.io/layouts/masonry>" %}

<figure><img src="/files/X9ndzTuEjvI7B84Mwy3e" alt=""><figcaption></figcaption></figure>

## Properties

|                          |                 |                                            |
| ------------------------ | --------------- | ------------------------------------------ |
| Columns                  | Number, 1-12    |                                            |
| Margin X                 | Number, integer | Horizontal margin between columns.         |
| Margin Y                 | Number, integer | Vertical margin between items.             |
| Tablet Columns           | Number, 1-12    |                                            |
| Mobile Landscape Columns | Number, 1-12    |                                            |
| Mobile Portrait Columns  | Number, 1-12    |                                            |
| True Order               | Boolean         |                                            |
| Wait For Images          | Boolean         |                                            |
| Debug                    | Boolean         | Will output console log messaging when on. |

## Technical Notes

Based on Macy.js&#x20;

## Future&#x20;

Non-image items, e.g.;&#x20;

* Cards containing text layouts&#x20;
* Lightbox support&#x20;
* Possible load more / infinite load support \
  <https://www.reddit.com/r/webflow/comments/1np6ud0/comment/nfxd12i/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-layout/masonry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
