You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to item which 'item-height' set to a value to obey that height.
Now items in a 'row' inherit 'item-height' from item in first column and ignore it's own height.
The text was updated successfully, but these errors were encountered:
Fulkman
changed the title
feat: Disable inherit item height in collection-repeat with grid view.
bug: feat: Disable inherit item height in collection-repeat with grid view.
Mar 24, 2015
It's not really that items are not being sized correctly, but that rows are taking the height of the first item in the row, and the items are being covered up by subsequent rows.
@ajoslin is going to take a look and see if we can get rows to take the height of the tallest item in that row without too much of a performance hit.
Note, this will mean that each row will take the height of the tallest item in that row. They wont gravitate upwards like in masonry.
24.03.2015, 13:23, "Tomasz Pietrzak" [email protected]:Is there any way to make this work? (workaround?)
I want to item which 'item-height' set to a value to obey that height.
Now items in a 'row' inherit 'item-height' from item in first column and ignore it's own height.
Type: bug
Platform: all
Is there any way to make this work? (workaround?)
http://jsfiddle.net/npb8omsz/1/
I want to item which 'item-height' set to a value to obey that height.
Now items in a 'row' inherit 'item-height' from item in first column and ignore it's own height.
The text was updated successfully, but these errors were encountered: