$(document).ready(function(){
$('iframe').load(function()
    {
        this.style.height =this.contentWindow.document.body.offsetHeight + 50 + 'px';
    }
);
});
