diff --git a/_posts/tests/2011-05-18-centered-masonry.html b/_posts/tests/2011-05-18-centered-masonry.html index c0e140a..c303183 100644 --- a/_posts/tests/2011-05-18-centered-masonry.html +++ b/_posts/tests/2011-05-18-centered-masonry.html @@ -11,7 +11,7 @@ category: tests
-

Isotope’s capabilities are designed to be used together cohesively. You can do it all — filter, sort, change layout modes, add items — and Isotope will handle it with ease.

+

Modified masonry layout mode for centered container.

@@ -63,8 +63,6 @@ category: tests this.masonry.cols = cols; // i.e. this.masonry.columnWidth = ... this.masonry.columnWidth = colW; - - return this; }; $.Isotope.prototype._masonryReset = function() { @@ -77,7 +75,6 @@ category: tests while (i--) { this.masonry.colYs.push( 0 ); } - return this; }; $.Isotope.prototype._masonryResizeChanged = function() { diff --git a/_posts/tests/2011-07-14-masonry-gutters.html b/_posts/tests/2011-07-14-masonry-gutters.html index babf2a4..f68f5fe 100644 --- a/_posts/tests/2011-07-14-masonry-gutters.html +++ b/_posts/tests/2011-07-14-masonry-gutters.html @@ -15,7 +15,7 @@ category: tests
-

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

+

Modified masonry layout mode methods for gutterWidth. The items have no padding, so they can be lined-up horizontally adjacent to the container.

Set gutterWidth within masonry options.

{% highlight javascript %}