VIS Mediekuben
3D-visning og embed-kode
<html>
<head>
<style>
.captur3d-3d-tour { text-align: center; }
.captur3d-3d-tour iframe {
min-height: 360px;
width: 100%;
margin: 24px 0px;
}
@media screen and (min-width: 992px) {
.captur3d-3d-tour iframe {
height: 675px;
max-width: 1200px;
margin: 0 auto 24px;
}
}
</style>
</head>
<body>
<div class="captur3d-3d-tour">
<iframe class="captur3d-3d-tour__iframe"
width="920"
height="540"
src="https://visning.polyscans.no/view/entra/vis-mediekuben"
frameborder="0"
allowfullscreen=""
mozallowfullscreen="true"
webkitallowfullscreen="true"
onmousewheel=""
allow='xr-spatial-tracking; clipboard-write'
>
</iframe>
</div>
</body>
</html>