adjust comment for display config value #1325
This commit is contained in:
parent
8a0dca2ba0
commit
9f99ac8b84
2 changed files with 7 additions and 4 deletions
|
@ -270,7 +270,10 @@ Reveal.initialize({
|
|||
// - Calculated automatically unless specified
|
||||
// - Set to 0 to disable movement along an axis
|
||||
parallaxBackgroundHorizontal: null,
|
||||
parallaxBackgroundVertical: null
|
||||
parallaxBackgroundVertical: null,
|
||||
|
||||
// The display mode that will be used to show slides
|
||||
display: 'block'
|
||||
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue