mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
fix(render): surface structured outcomes (#2153)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<style>body { margin: 0; background: #000; width: 1920px; height: 1080px; } iframe { border: 0; display: block; }</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" data-composition-id="iframe-test" data-width="1920" data-height="1080" data-start="0" data-duration="5">
|
||||
<div id="root" data-composition-id="iframe-test" data-width="1920" data-height="1080" data-start="0" data-duration="5" data-no-timeline>
|
||||
<iframe src="target.html" width="1920" height="1080" class="clip" data-start="0" data-duration="5"></iframe>
|
||||
</div>
|
||||
<script>window.__timelines = window.__timelines || {};</script>
|
||||
|
||||
Reference in New Issue
Block a user