The mobile.css stylesheet for that web page contains the following:
iframe {
max-width: 100%;
height: auto;
}
The height: auto; declaration is the culprit here. If you remove that declaration, it should work as expected (although there’s a chance it could have other side effects).
This is still a scenario widgets.js should account for so I’ve gone ahead and added implementing a fix for this to our backlog.