s-yadav / angulargrid

Pinterest like responsive masonry grid system for angular
MIT License
277 stars 105 forks source link

Feature request: Disable grid when single column #116

Open antisilent opened 7 years ago

antisilent commented 7 years ago

When there's only one column, the grid should disable itself and remove any absolute positioning it had previously applied, since a single-column grid is just a column...

This would be very useful for responsive and mobile layouts.

(Pull request forthcoming.)