Add frame resizing function

This commit is contained in:
Peter Morton 2023-10-16 21:51:59 -05:00
parent 904f477e88
commit 6c044f57ab

View File

@ -6,6 +6,11 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Engagement Orchestration Services</title>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>
</head>
<body>
<div id="app"></div>