https://github.com/metafizzy/isotope-packery
packery layout mode for Isotope
https://github.com/metafizzy/isotope-packery
Last synced: about 1 year ago
JSON representation
packery layout mode for Isotope
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-packery
- Owner: metafizzy
- Created: 2014-05-08T12:05:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T15:08:35.000Z (over 8 years ago)
- Last Synced: 2025-04-13T04:26:49.876Z (about 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 42
- Watchers: 8
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packery layout mode for Isotope
See [docs for packery layout mode](http://isotope.metafizzy.co/layout-modes/packery.html)
``` js
$('.grid').isotope({
layoutMode: 'packery'
});
```
## Install
Download packaged source file
+ [packery-mode.pkgd.js](https://raw.githubusercontent.com/metafizzy/isotope-packery/master/packery-mode.pkgd.js)
+ [packery-mode.pkgd.min.js](https://raw.githubusercontent.com/metafizzy/isotope-packery/master/packery-mode.pkgd.min.js)
Install with [Bower :bird:](http://bower.io) `bower install isotope-packery`
[Install with npm](https://www.npmjs.org/package/isotope-packery): `npm install isotope-packery`