Virtual Museum

 Visit the Smash Stunts virtual museum in the MetaVerse!

 

<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://captur3d.io/view/smashstunts/smashstunts"
              frameborder="0"
              allowfullscreen=""
              mozallowfullscreen="true"
              webkitallowfullscreen="true"
              onmousewheel=""
              allow='xr-spatial-tracking'
            >
            </iframe>
          </div>
        </body>
      </html>