Add frame resizing function
This commit is contained in:
parent
904f477e88
commit
6c044f57ab
@ -6,6 +6,11 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Engagement Orchestration Services</title>
|
<title>Engagement Orchestration Services</title>
|
||||||
|
<script>
|
||||||
|
function resizeIframe(obj) {
|
||||||
|
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user