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've had the same problem. It seems to be caused when a resizable image is used in a card. If there aren't enough cards to force the grid container size large enough, the images will get squished.
I haven't found a workaround yet, but we either need to find a way to make the waterfall grid create enough space for the images to scale up to their full preferred height, or we need to find a way to tell our images to be more agressive and demand the vertical space they need.
You can reproduce this issue in the sample app either on the images or the cards view by modifying the generator code to only spit out one row's worth of images or cards.
I've had the same problem. It seems to be caused when a resizable image is used in a card. If there aren't enough cards to force the grid container size large enough, the images will get squished.
I haven't found a workaround yet, but we either need to find a way to make the waterfall grid create enough space for the images to scale up to their full preferred height, or we need to find a way to tell our images to be more agressive and demand the vertical space they need.
You can reproduce this issue in the sample app either on the images or the cards view by modifying the generator code to only spit out one row's worth of images or cards.
I also have this issue with resizable images in a card. Whenever I have 2 cards (in a 2 column grid), the images get squished into having 0 height (unless I specify a height on it's frame). Whenever I add a 3rd card which seems to make the grid container larger, then all the images display properly.
Does anyone have a fix for this? Even a hack to make it work properly for now?
The text was updated successfully, but these errors were encountered: