I have found the solution:
I have placed the code, in document.ready as in below:
$(document).ready(function(){
setInterval(function(){
parent.$("iframe").height($("body").height));
}, 100);
)};
This will automatically adjust the iframe height based on the content inside it.