From 0dee1170b3deccc6db9f6166f795bd0a5e5a49f8 Mon Sep 17 00:00:00 2001 From: Jochen Wierum Date: Mon, 17 May 2021 11:23:06 +0200 Subject: [PATCH] Added readme for zoom functionality --- README.md | 25 +++++++++++++++++++++++++ presentations/demo/index.html | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55dc08d..756fcba 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,31 @@ In both versions, include the following code block into your presentation's conf While presenting, press `r` („Remote“) and scan the QR-Code to get the remote control or press `a` („shAre“) to share the presentation. +### Zooming in presentations + +Reveal's zoom-Plugin does not emit any events. This is why changes cannot be tracked and synchronized to the audience. + +However, thanks to [l-jonas](https://github.com/l-jonas) this plugin now ships with a custom zoom functionality. +To enable this plugin, include an additional Javascript: + +```html + + + + +``` + +Then, load the plugin as usual: + +```javascript + Reveal.initialize({ + // … other initialization … + plugins: [ RevealRemoteZoom, RevealRemote /*, OtherPlugins… */ ] + }); +``` + +You can now do a synchronized zoom by double-clicking on any element in the presentation. + ### Resuming a presentation When a presentation is reloaded in the browser (both, presenter or audience), the presentation is resumed normally. diff --git a/presentations/demo/index.html b/presentations/demo/index.html index 6459eff..e60a776 100644 --- a/presentations/demo/index.html +++ b/presentations/demo/index.html @@ -451,7 +451,6 @@

THE END

- @@ -463,6 +462,7 @@

THE END

--> +