Skip to content

Commit f18ec00

Browse files
committed
Added some attributes to default example.
1 parent ab50bf2 commit f18ec00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/_posts/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,10 @@ x3d-canvas {
318318
</style>
319319
</head>
320320
<body>
321-
<x3d-canvas src="path/to/your/X3D/world.x3d"></x3d-canvas>
321+
<x3d-canvas
322+
contentScale="auto"
323+
update="auto"
324+
src="path/to/your/X3D/world.x3d"></x3d-canvas>
322325
</body>
323326
</html>
324327
```

0 commit comments

Comments
 (0)