https://github.com/metafizzy/isotope-masonry-horizontal
masonryHorizontal layout mode for Isotope
https://github.com/metafizzy/isotope-masonry-horizontal
Last synced: 8 months ago
JSON representation
masonryHorizontal layout mode for Isotope
- Host: GitHub
- URL: https://github.com/metafizzy/isotope-masonry-horizontal
- Owner: metafizzy
- Created: 2014-01-07T00:35:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T21:06:33.000Z (over 8 years ago)
- Last Synced: 2025-10-14T03:18:53.717Z (10 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# masonryHorizontal layout mode for Isotope
See [docs for masonryHorizontal layout mode](https://isotope.metafizzy.co/layout-modes/masonryhorizontal.html)
``` js
$('.grid').isotope({
layoutMode: 'masonryHorizontal',
masonryHorizontal: {
rowHeight: 200
}
});
```
## Install
Install with [Bower](http://bower.io) `bower install isotope-masonry-horizontal`
[Install with npm](https://www.npmjs.org/package/isotope-masonry-horizontal): `npm install isotope-masonry-horizontal`