You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both versions, include the following code block into your presentation's configuration to fine-tune the plugin:
64
+
Include the following code block into your presentation's configuration to fine-tune the plugin:
78
65
79
66
```javascript
80
67
Reveal.initialize({
@@ -106,7 +93,7 @@ In both versions, include the following code block into your presentation's conf
106
93
});
107
94
```
108
95
109
-
While presenting, press `r` („Remote“) and scan the QR-Code to get the remote control or press `a` („shAre“) to share the presentation.
96
+
While presenting, press `r` („**R**emote“) and scan the QR-Code to get the remote control or press `a` („sh**A**re“ or „**A**udience“) to share the presentation.
110
97
111
98
### Zooming in presentations
112
99
@@ -115,6 +102,8 @@ Reveal's zoom-Plugin does not emit any events. This is why changes cannot be tra
115
102
However, thanks to [l-jonas](https://github.com/l-jonas) this plugin now ships with a custom zoom functionality.
116
103
To enable this plugin, include an additional Javascript:
0 commit comments