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