From 4634ee6f016be6c5919c2aed2109bee86e3b0b83 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 14 Jul 2011 17:59:57 -0400 Subject: [PATCH] tests : add masonry gutters --- _posts/tests/2011-07-14-masonry-gutters.html | 148 +++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 _posts/tests/2011-07-14-masonry-gutters.html diff --git a/_posts/tests/2011-07-14-masonry-gutters.html b/_posts/tests/2011-07-14-masonry-gutters.html new file mode 100644 index 0000000..babf2a4 --- /dev/null +++ b/_posts/tests/2011-07-14-masonry-gutters.html @@ -0,0 +1,148 @@ +--- +title: masonry gutters +layout: default +category: tests +--- + + + +
+

Modified masonry layout mode methods for gutterWidth. The items line up horiziontal flush with the container.

+

Set gutterWidth within masonry options.

+ +{% highlight javascript %} + +$('#container').isotope({ + masonry: { + columnWidth: 110, + gutterWidth: 10 + } +}); + +{% endhighlight %} + +
+ +
+ + {% include filter-buttons.html %} + + {% include sort-buttons.html %} + +

Etc

+ + + +
+ +
+ {% for elem_number in site.best_of_order %} + {% assign element = site.elements[elem_number] %} + {% include element-partial.html %} + {% endfor %} +
+ + + + + + \ No newline at end of file