We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a604e6b + f01e716 commit 03248ebCopy full SHA for 03248eb
src/jquery.columnizer.js
@@ -257,7 +257,7 @@
257
// we can't split an img in half, so just add it
258
// to the column and remove it from the pullOutHere section
259
$cloneMe.remove();
260
- }else if(!$cloneMe.hasClass(prefixTheClassName("dontsplit")) && $parentColumn.height() < targetHeight + 20){
+ }else if($cloneMe.hasClass(prefixTheClassName("dontsplit")) && $parentColumn.height() < targetHeight + 20){
261
//
262
// pretty close fit, and we're not allowed to split it, so just
263
// add it to the column, remove from pullOutHere, and be done
0 commit comments