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
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-horizontal
- Owner: metafizzy
- Created: 2014-01-07T02:52:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T21:03:12.000Z (over 8 years ago)
- Last Synced: 2025-04-14T03:02:08.958Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`).