diff --git a/README.md b/README.md index 7f78d97d35ce71eb449f9e070aeaf02b910b6075..0f11c3337112000917acd812ada879772746df5a 100644 --- a/README.md +++ b/README.md @@ -638,6 +638,8 @@ Reveal.getConfig(); // Fetch the current scale of the presentation Reveal.getScale(); +Reveal.getComputedSlideSize(); // Returns object with width, height keys, and (scaled) presentationWidth and presentationHeight. + // Retrieves the previous and current slide elements Reveal.getPreviousSlide(); Reveal.getCurrentSlide();