From 0c4780531aa9bd2596c449c2f5857035099e6a0e Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Tue, 19 Dec 2017 10:14:53 -0800 Subject: [PATCH] Chore: Update documentation to include disabling presentation viewer (#552) --- src/lib/viewers/doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/viewers/doc/README.md b/src/lib/viewers/doc/README.md index d3ecc5b09..4d56955f4 100755 --- a/src/lib/viewers/doc/README.md +++ b/src/lib/viewers/doc/README.md @@ -76,7 +76,7 @@ The presentation viewer renders previews of powerpoint files. ## Behavior -The presentation viewer remembers which slide you were viewing upon closing the preview. The next time that file is opened, you will immediately be brought to that page. Scrolling the mouse up and down, or swiping up and down on mobile will transition between slides. Zooming in or out will increase or decrease the size of the slide respectively. If the zoom level causes the content to overflow, scrolling the mouse will allow you to scroll around the slide. To return to normal scrolling behavior, the user must zoom out until the overflow is removed. +The presentation viewer remembers which slide you were viewing upon closing the preview. The next time that file is opened, you will immediately be brought to that page. Scrolling the mouse up and down, or swiping up and down on mobile will transition between slides. Zooming in or out will increase or decrease the size of the slide respectively. If the zoom level causes the content to overflow, scrolling the mouse will allow you to scroll around the slide. To return to normal scrolling behavior, the user must zoom out until the overflow is removed. In order to disable the presentation viewer, call Preview's `disableViewers()` method before show like so: `preview.disableViewers(['Presentation']);` ### Controls: