$("#iframeId").height($("#iframeId").contents().find("html").height());
How to control iframe height with jQuery
If you need to increase the height of the iframe to its contents .. I use the following and it works perfectly...