An open API service indexing awesome lists of open source software.

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

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`