mirror of https://github.com/metafizzy/isotope
David DeSandro
13 years ago
6 changed files with 21 additions and 9 deletions
@ -1,7 +1,7 @@
|
||||
--- |
||||
title: centered masonry |
||||
title: Centered Masonry |
||||
layout: default |
||||
category: tests |
||||
category: custom-layout-modes |
||||
--- |
||||
|
||||
<style> |
@ -1,11 +1,11 @@
|
||||
--- |
||||
title: Category rows |
||||
layout: default |
||||
category: demos |
||||
category: custom-layout-modes |
||||
--- |
||||
|
||||
<section id="copy"> |
||||
<p>This demo uses a custom layout mode, <code>categoryRows</code> that arranges elements into rows based on their category. The layout mode logic relies on sorting to define rows.</p> |
||||
<p>This demo uses a <a href="../docs/extending-isotope.html">custom layout mode</a>, <code>categoryRows</code> that arranges elements into rows based on their category. The layout mode logic relies on sorting to define rows.</p> |
||||
</section> |
||||
|
||||
<section id="options" class="clearfix"> |
@ -1,7 +1,7 @@
|
||||
--- |
||||
title: masonry corner stamp |
||||
title: Masonry corner stamp |
||||
layout: default |
||||
category: tests |
||||
category: custom-layout-modes |
||||
--- |
||||
|
||||
<style> |
@ -1,7 +1,7 @@
|
||||
--- |
||||
title: masonry gutters |
||||
title: Masonry gutters |
||||
layout: default |
||||
category: tests |
||||
category: custom-layout-modes |
||||
--- |
||||
|
||||
<style> |
Loading…
Reference in new issue