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

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

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`