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

https://github.com/metafizzy/isotope-horizontal

horizontal layout mode for Isotope
https://github.com/metafizzy/isotope-horizontal

Last synced: about 1 year ago
JSON representation

horizontal layout mode for Isotope

Awesome Lists containing this project

README

          

# horizontal layout mode for Isotope

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

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

## Install

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

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

## layoutMode: 'horiz'

In v2.0.0, for Isotope v3, the name was changed from `horizontal` to `horiz`, to avoid conflict with `horizontal` option (previously `isHorizontal`).