master
Jay Moore/NQ4T 11 months ago
parent d204416f78
commit b5a03aacd3

@ -8,14 +8,18 @@ order: 6
I hope to add Allstar Node stuff soon</div>
<iframe id="pistar" name="pistar" frameborder="0" src="https://pistar.nq4t.com" style="width: 100%; height: 100vh;"></iframe>
<iframe id="allscan" name="allscan" frameborder="0" src="https://59408.nq4t.com/allscan" style="width: 100%; height: 100vh;"></iframe>
<div class="iframe-parent">
<iframe id="pistar" name="pistar" frameborder="0" src="https://pistar.nq4t.com"></iframe></div>
<div class="iframe-parent">
<iframe id="allscan" name="allscan" frameborder="0" src="https://59408.nq4t.com/allscan"></iframe>
</div>
<script>
function resizeIframe(iframeId) {
var iframe = document.getElementById(iframeId);
var parent = iframe.parentNode;
iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';
parent.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';
}
// Initial resizing when the page loads

Loading…
Cancel
Save