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
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-fit-columns
- Owner: metafizzy
- Created: 2014-01-07T02:17:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T21:00:44.000Z (over 8 years ago)
- Last Synced: 2025-04-13T04:24:42.347Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`