@ -15,7 +15,13 @@ category: demos
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
<p>Isotope has a versatile layout engine that can accommodate multiple layout modes. See the docs on <a href="../docs/layout-modes.html">layout modes</a>.</p>
</section>
<section id="options" class="clearfix">
{% include layout-options.html %}
@ -139,6 +139,10 @@ Restricts Isotope item elements to selector.
<dd class="default"><code><span class="s1">'masonry'</span></code></dd>
</dl>
See also docs on [Layout Modes](layout-modes.html).
[**See Example: Layout Modes**](../demos/layout-modes.html)
## resizeable
<dl class="clearfix">
@ -7,9 +7,9 @@ body_class: option-def
---
Isotope is versatile in that it can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
Isotope has a versatile layout engine that can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
[**See Example: Layout Modes**](../examples/layout-modes.html)
### Example