bigbite/macy.js

Do nothing if there's only one column

Opened this issue · 1 comments

I'm using breakAt and it works as intended. The only problem is that Macy still sets every item position even if there's only one column. It would be more efficient to do nothing and let the browser and the user's CSS rules do its work, specially on mobile devices.

I second this - inline styles also remain on masonry elements after destroying the Macy instance, breaking the page layout.