https://github.com/metafizzy/isotope-cells-by-column
cellsByColumn layout mode for Isotope
https://github.com/metafizzy/isotope-cells-by-column
Last synced: about 1 year ago
JSON representation
cellsByColumn layout mode for Isotope
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-cells-by-column
- Owner: metafizzy
- Created: 2014-01-07T00:50:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T20:55:32.000Z (over 8 years ago)
- Last Synced: 2025-04-13T04:27:14.516Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cellsByColumn layout mode for Isotope
See [docs for cellsByColumn layout mode](https://isotope.metafizzy.co/layout-modes/cellsbycolumn.html)
``` js
$('.grid').isotope({
layoutMode: 'cellsByColumn',
cellsByColumn: {
columnWidth: 200,
rowHeight: 200
}
});
```
## Install
Install with [Bower](http://bower.io) `bower install isotope-cells-by-column`
[Install with npm](https://www.npmjs.org/package/isotope-cells-by-column): `npm install isotope-cells-by-column`