Skip to content

Commit 672c680

Browse files
committed
Fix image size
1 parent e03ce8b commit 672c680

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/add-ons.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ To configure your add-ons you need to update the add-on configuration JSON in th
3535

3636
Update the add-ons JSON config with your add-ons configuration:
3737

38-
![Room Config](img/addons-admin-config.png)
38+
<p align="center">
39+
<img src="img/addons-admin-config.png" width="420"/>
40+
</p>
3941

4042
There are currently two properties supported in the add-ons configuration:
4143

@@ -48,7 +50,9 @@ Once your configuration is saved, you can create or open a room in your instance
4850

4951
Add-ons can also be enabled/disabled per room independently from the instance configuration. To override the instance configuration you can go to your room settings and change the add-ons enabled/disabled configuration there. The room add-ons configuration will take precedence over the instance configuration if it has been changed at least once.
5052

51-
![Room Config](img/addons-room-config.png)
53+
<p align="center">
54+
<img src="img/addons-room-config.png" width="420"/>
55+
</p>
5256

5357
## Add-on development
5458

0 commit comments

Comments
 (0)