Files
hyperframes/packages/producer/tests/iframe-render-compat/src/index.html
T

13 lines
510 B
HTML

<!DOCTYPE html>
<html>
<head>
<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" 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>
</body>
</html>