Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list of reveal.js config options #590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 16 additions & 1 deletion doc/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,22 @@ category, RISE will pass through the following settings:
numbers. Set to boolean `false` to turn off, [see `reveal.js`'s doc
for more details](https://github.com/hakimel/reveal.js#slide-number)

* as well as `history`.
* `history` to push each slide change to the browser history

* `width` and `height` set the "normal" size of the presentation. The aspect
ratio will be preserved when the presentation is scaled to fit different
resolutions. Can be specified using percentage units.

* `margin` is the factor of the display size that should remain empty around
the content

* `minScale` bounds the smallest possible scale to apply to content

* `transition` changes the type of animation when changing slides

* `center` to center slides vertically

* `help` to show a help overlay when the question-mark key is pressed

### Adding custom CSS

Expand Down