auto resize iframe so that it fits content
npm install skeets.iframe-resize> Make iframe resize itself to fit content
``bash`
npm install skeets.iframe-resize
(requires jQuery)
Call this function with your iFrame element:
`javascript`
iFrameResize($("iframe"), options);
The following are all optional.
direction - Set to "up" to have the iFrame expand up instead of down.
container - Required if the direction is "up"`. Set to the selector of the parent element that scrolls.