Masonry
Documentation and examples for creating, filtering and sorting magical layouts with the power of Isotope.
Usage
JS
In order to use this plugin on your page you will need to include the following script in the “Page JS” area from the page’s footer:
Initialization
Now, we need to add basic Masonry layout to our app. You can use the grid’s .col-*
classes for setting the column’s width.
Show code