Fix Issue #2823 - Ugly scrollbars in oembed iframes and broken resizing

- Fix _resizeIframe function, shorten the timeout between calls
- Simplify the oembed iframe generation code and reduce the minimum
iframe height to 200px
- Add smooth CSS transition for iframe resizing
This commit is contained in:
Hypolite Petovan 2016-09-30 23:26:22 -04:00
commit 76b1b109e5
3 changed files with 30 additions and 25 deletions

View file

@ -115,6 +115,7 @@ span.connector {
.embed_rich {
display: block;
transition: height .75s;
}
/* Shared Messages */