This Masonry grid has to take into account both differing height and widths. Any hint on how to do this?
Asked
Active
Viewed 1,094 times
1 Answers
2
Bootstrap has an implementation of this called card-columns
. It works very well for your requirements.

jake
- 488
- 10
- 19
-
card-columns does not take into account different card heights and widths at the same time, only one or the other. – Anthony DiTomasso Nov 15 '17 at 19:50