I wonder if there is something in the CSS, or JS that makes a TAG that takes up space, make the 'parent' TAG fit the size of the 'daughter' TAG. Ex:
<iframe>
<body>o Body possuí um tamanho que varia de acordo com o conteúdo ex 1000px</body>
</iframe>
Iframe if I do not add a height (this height can not be%), specifying the size, it gets a 100px; there is something in CSS that forces the iframe to adapt to the size of the body tag, remembering that I do not have access to the iframe, it belongs to another domain ... this with css or JS ...
I have tried with JS,