diff --git a/_posts/tests/2011-05-18-centered-masonry.html b/_posts/tests/2011-05-18-centered-masonry.html index 931a184..a1ae9b1 100644 --- a/_posts/tests/2011-05-18-centered-masonry.html +++ b/_posts/tests/2011-05-18-centered-masonry.html @@ -92,21 +92,16 @@ category: tests var i = this.masonry.cols; this.masonry.colYs = []; while (i--) { - this.masonry.colYs.push( this.posTop ); + this.masonry.colYs.push( 0 ); } return this; }; - $.Isotope.prototype._masonryResize = function() { + $.Isotope.prototype._masonryResizeChanged = function() { var prevColCount = this.masonry.cols; // get updated colCount this._getCenteredMasonryColumns(); - if ( this.masonry.cols !== prevColCount ) { - // if column count has changed, do a new column cound - this.reLayout(); - } - - return this; + return ( this.masonry.cols !== prevColCount ) }; $.Isotope.prototype._masonryGetContainerSize = function() { @@ -117,7 +112,7 @@ category: tests var layoutWidth = this.masonry.cols * this.masonry.columnWidth, size = { - height : Math.max.apply( Math, this.masonry.colYs ) - this.posTop, + height : Math.max.apply( Math, this.masonry.colYs ), width : Math.min(layoutWidth, itemsTotalWidth ) }; return size; diff --git a/_posts/tests/2011-05-31-tiny-text.html b/_posts/tests/2011-05-31-tiny-text.html new file mode 100644 index 0000000..05abe3c --- /dev/null +++ b/_posts/tests/2011-05-31-tiny-text.html @@ -0,0 +1,85 @@ +--- +title: Tiny text +layout: demo +category: tests +lorem: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +--- + + + +
+

Test to see how IE7 deals with type rendering

+
+ +
+ +

Filters

+ + + +
+ +
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
{{ page.lorem }}
+
+ + + + + + \ No newline at end of file