Skip to content

Commit 3ab8236

Browse files
committed
image size fix
1 parent 24dcd54 commit 3ab8236

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/guide/scenes-and-roots.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Each root decides **where** an entity exists and **who** runs its Behaviors.
2525

2626
## Example scene layout
2727

28-
![Roots screenshot](../../static/img/image-1.png)
28+
<img
29+
src={require("../../static/img/image-1.png").default}
30+
alt="Roots screenshot"
31+
width="250"
32+
/>
2933

3034
| Label in screenshot | Root | Reason it lives there |
3135
| ------------------- | ------ | -------------------------------------------------- |

0 commit comments

Comments
 (0)