ESSE TUTORIAL É MUITO SIMPLES, CIRANDO O IFRAME QUE AJUSTA O TAMANHO DE ACORDO COM O CONTEÚDO.
CÓDIGO:
onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));'
NO IFRAME
<iframe src="http://URL_AQUI.html" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' ></iframe>
PARA BOOTSTRAP STUDIO FICA ASSIM
OBS: ATTRIBUTES
KEY = onload
VALUE = javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));