Comment by mumphster
6 years ago
interesting, ill test in a bit. The only javascript on the page is from twitch for its embed API, everything else is just some really basic html and server side rendering, so I'm curious what would be breaking
6 years ago
interesting, ill test in a bit. The only javascript on the page is from twitch for its embed API, everything else is just some really basic html and server side rendering, so I'm curious what would be breaking
On my side, when I use `grid` instead of `table` for the `.row` style, the `min-height` of the video row is respected, otherwise it's disregarded for a reason I do not understand.
thats uh, weird. I'll look into that, thank you for digging into the issue.
Simple solution: set the `min-height: 600px` on the Twitch `iframe` instead of on the `.embed` class.
1 reply →