Hi there.
We’re having issues with our embedded videos, their height looks suddenly oversized:
Problem gets partially solved when we set this CSS rule:
iframe {
height: 50% !important;
}
This fixes up the sizing of the iframes, but the columns they’re in keep showing up at 200% of the needed size, so we get an empty space, a blank footer, after the iframe.
Have tried to resize containers, but doesn’t seem to work.
Please help.
