Files
PointCloudWeb/PointCloudWeb.Web/public/Potree/examples/embedded_iframe.html
2021-08-04 21:30:59 +02:00

12 lines
208 B
HTML

<html>
<head></head>
<body>
<div style="position: absolute; left: 20%; right: 20%; top: 20%; bottom: 20%">
<iframe src="viewer.html" style="width: 100%; height: 100%"></iframe>
</div>
</body>
</html>