Confira o total na última linha!
{source}
<script type=”text/javascript”>
function iframeLoaded() {
var iFrameID = document.getElementById(‘idIframe’);
if(iFrameID) {
// here you can make the height, I delete it first, then I make it again
iFrameID.height = “”;
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + “px”;
}
}
</script>
<iframe id=”idIframe” onload=”iframeLoaded()” src=”https://www.rallybr.com.br/images/2019/crosscountry/5-caminhos/inscritos-caminhos2.php”></iframe>
{/source}