doing a masonry-like layout with embedded tweets (tweets stacked in columns).
when using CSS columns, some of the content* within SOME** embedded tweet doesn’t render in chrome. it seems to work as expected in firefox. haven’t checked IE.
*shows:
related image, twitter handle, twitter name
does now show:
twitter avatar, tweet body, time/ date, user reactions
**haven’t tested extensively, but and first glance, it seems tweets with related videos render fine, but tweets with related images have issues.
With otherwise identical code, switching to flexbox + flex-direction: column seems to resolve the issue.
Im able to move forward with flexbox, but thought you guys might want to be aware of the issue.
here is a fiddle: https://jsfiddle.net/przyvbvj/15/