@ -11,7 +11,7 @@
<h1>{{ page.title }}</h1>
<div id="container" class="iso-container variable-sizes">
<div id="container" class="variable-sizes">
{% assign page_position = page.page_position %}
{% for element in site.elements_ordered limit:20 offset:page_position %}
{% include element-partial.html %}
@ -9,7 +9,7 @@ related: etc
<p>This is a basic demo of Isotope. Resize the browser window to see the layout animate.</p>
</section>
<div id="container" class="iso-container">
<div id="container">
{% for element in site.elements_ordered limit:20 %}
{% endfor %}
@ -5,7 +5,7 @@ category: demos
related: etc
---
<div id="container" class="iso-container clickable">
<div id="container" class="clickable clearfix">
{% for element in site.elements %}
{% for element in site.elements_best_of %}
@ -16,7 +16,7 @@ related: layouts
</section> <!-- #options -->
<div id="container" class="variable-sizes clearfix">
@ -23,7 +23,7 @@ related: filtering
<div id="container" class="clearfix">
@ -16,7 +16,7 @@ related: sorting
@ -16,7 +16,7 @@ related: methods
</ul>
@ -18,7 +18,7 @@ related: methods
{% for element in site.elements_best_of limit:10 %}
@ -10,7 +10,7 @@ infinite_scroll: true
<p>Isotope is interoperable with <a href="http://www.infinite-scroll.com/">Infinite Scroll</a> by Paul Irish. Use the <a href="../docs/methods.html#appended"><code>appended</code></a> method to add new items to the Isotope layout.</p>
@ -19,7 +19,7 @@ photos:
<div id="container" class="iso-container photos">
<div id="container" class="photos clearfix">
{% for photo in page.photos %}
<div class="photo">
{{ photo }}
@ -66,9 +66,8 @@ body {
height: 100%;
}
.iso-container {
background: transparent;
border: 1px solid #FFF;
#container {
border: 1px solid #666;
padding: 5px;
margin-bottom: 20px;
@ -341,7 +340,7 @@ body {
/**** Horizontal ****/
.horizontal .iso-container {
.horizontal #container {
height: 80%;