This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Dynamic grid layout plugin for jQuery working by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically, positioning each element in the next open spot in the grid.
First released | 2016 |
Developed by | David DeSandro |
Latest stable version | 4.2.2 |
Open-source | Not defined |
Masonry, Isotope, and Packery are all similar in that they are layout libraries. Many of their options and methods are the same. Masonry does cascading grid ‘masonry’ layouts. Packery does bin-packing layouts, which allow it to be used for draggable interactions. Isotope does sorting and filtering. Isotope uses masonry layout, as well as other layouts.