Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minWidth + minColum less than 10px breaks everything #54

Open
BonBonSlick opened this issue Oct 26, 2016 · 0 comments
Open

minWidth + minColum less than 10px breaks everything #54

BonBonSlick opened this issue Oct 26, 2016 · 0 comments

Comments

@BonBonSlick
Copy link

BonBonSlick commented Oct 26, 2016

I want to add very-very small blocks, thouthands of them.
I use this settings

 // Masonry Grid Settings 
 $(function() { 
  $('#container').nested({
    gutter : 0,
    minWidth: 10,
    minColumn: 10,
  }); 
  $('#prepend').click(function(){

    var boxes = makeBoxes();
    $('#container').prepend(boxes).nested({
      prepend : boxes,
      gutter : 0, 
      minWidth: 10,
      minColumn: 10,
      resizeToFit : false, 
      resizeToFitOptions: { 
        resizeAny: false
      },
    });
  });
});

Add 1 small 10x10 pixels block, it is ok, but the next now, if he is more than 10x10 sizes, it breaks everything. Pictures almost does not moving, and each one added, goes as layer. Like a heap....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant