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

https://github.com/metafizzy/isotope-fit-columns

fitColumns layout mode for Isotope
https://github.com/metafizzy/isotope-fit-columns

Last synced: 10 months ago
JSON representation

fitColumns layout mode for Isotope

Awesome Lists containing this project

README

          

# fitColumns layout mode for Isotope

See [docs for fitColumns layout mode](https://isotope.metafizzy.co/layout-modes/fitcolumns.html)

``` js
$('.grid').isotope({
layoutMode: 'fitColumns'
});
```

## Install

Install with [Bower](http://bower.io) `bower install isotope-fit-columns`

[Install with npm](https://www.npmjs.org/package/isotope-fit-columns): `npm install isotope-fit-columns`