Skip to content
Snippets Groups Projects
Commit f0c2d558 authored by Zach DeCook's avatar Zach DeCook
Browse files

* API: document getComputedSlideSize

parent 479909d5
No related branches found
No related tags found
No related merge requests found
...@@ -638,6 +638,8 @@ Reveal.getConfig(); ...@@ -638,6 +638,8 @@ Reveal.getConfig();
// Fetch the current scale of the presentation // Fetch the current scale of the presentation
Reveal.getScale(); Reveal.getScale();
Reveal.getComputedSlideSize(); // Returns object with width, height keys, and (scaled) presentationWidth and presentationHeight.
// Retrieves the previous and current slide elements // Retrieves the previous and current slide elements
Reveal.getPreviousSlide(); Reveal.getPreviousSlide();
Reveal.getCurrentSlide(); Reveal.getCurrentSlide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment