Closed tomalec closed 10 years ago
It should consider if there is a cell that with fixed, dynamic, adaptive size.
Cell with should be 100% for adaptive, 99px for fixed, and dynamic. Line size should be minmax( 99px, max-content) igf there is at least one dynamic
100%
99px
minmax( 99px, max-content)
https://github.com/Juicy/juicy-tile-grid/commit/0ff9a966d348bf707532111ecf6cc3b8f1f9fb37
It should consider if there is a cell that with fixed, dynamic, adaptive size.
Cell with should be
100%
for adaptive,99px
for fixed, and dynamic. Line size should beminmax( 99px, max-content)
igf there is at least one dynamic