Juicy / juicy-tile-grid

Masonry-like Custom Element for sortable tiles that packs efficiently without changing HTML structure (changes CSS only), and adapts it to CSS Grid Layout. Extended renderer for juicy-tile-list.
http://juicy.github.io/juicy-tile-grid/
MIT License
8 stars 1 forks source link

Calculate row/column size in more sophisticated way #2

Closed tomalec closed 10 years ago

tomalec commented 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

tomalec commented 10 years ago

https://github.com/Juicy/juicy-tile-grid/commit/0ff9a966d348bf707532111ecf6cc3b8f1f9fb37