File size: 656 Bytes
9860c76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Cloudinary 3D Viewer Test</title>
  <script src="https://dimensions-3d-viewer.cloudinary.com/1.0.12/all.js"></script>
  <script src="https://dimensions-tag.cloudinary.com/0.0.105/all.js"></script>
</head>
<body>

  <label>Cloudinary 3D Viewer Example</label>
  <div

    id="three-d-viewer"

    style="height: 500px; width: 100%;"

    data-d8s-type="3d"

    data-d8s-id="93f1cbde-738f-4507-b3ef-1ea62c128adb">
  </div>

  <script>

    const d8sApi = initDimensions({

      cloudName: "dn4rackei",

      viewers: ["3D"]

    });

  </script>

</body>
</html>