mirror of https://github.com/metafizzy/isotope
6 changed files with 21 additions and 9 deletions
@ -1,7 +1,7 @@ |
|||||||
--- |
--- |
||||||
title: centered masonry |
title: Centered Masonry |
||||||
layout: default |
layout: default |
||||||
category: tests |
category: custom-layout-modes |
||||||
--- |
--- |
||||||
|
|
||||||
<style> |
<style> |
@ -1,11 +1,11 @@ |
|||||||
--- |
--- |
||||||
title: Category rows |
title: Category rows |
||||||
layout: default |
layout: default |
||||||
category: demos |
category: custom-layout-modes |
||||||
--- |
--- |
||||||
|
|
||||||
<section id="copy"> |
<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> |
||||||
|
|
||||||
<section id="options" class="clearfix"> |
<section id="options" class="clearfix"> |
@ -1,7 +1,7 @@ |
|||||||
--- |
--- |
||||||
title: masonry corner stamp |
title: Masonry corner stamp |
||||||
layout: default |
layout: default |
||||||
category: tests |
category: custom-layout-modes |
||||||
--- |
--- |
||||||
|
|
||||||
<style> |
<style> |
@ -1,7 +1,7 @@ |
|||||||
--- |
--- |
||||||
title: masonry gutters |
title: Masonry gutters |
||||||
layout: default |
layout: default |
||||||
category: tests |
category: custom-layout-modes |
||||||
--- |
--- |
||||||
|
|
||||||
<style> |
<style> |
Loading…
Reference in new issue