SUMMARY
I'm using column-count
CSS property to achieve a layout design like pinterest. But because of column-count
if I put an Youtube Embed <iframe>
, this iframe is disappearing. Can you tell me why it's disappearing?
DETAILS
I follow this example for my grid layout. It's working good. But when I put and Youtube video iframe instead if <img>
, it's disappearing when it's start playing. Here is an example from my code (I didn't put all styles so you won't confuse). As you can see it's disappearing when video starts playing. But when I remove *-column-count
lines from css, it's working. But this time I'm losing Pinterest style .