mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
add support for responsively activating reader mode via
This commit is contained in:
parent
899a45dff6
commit
ab52d334df
8 changed files with 146 additions and 6 deletions
|
|
@ -276,6 +276,10 @@ export default {
|
|||
// Only applies to presentations in reader mode.
|
||||
readerScrollSnap: 'proximity',
|
||||
|
||||
// Responsively activate the reader mode when we reach the specified
|
||||
// width (in pixels)
|
||||
readerActivationWidth: null,
|
||||
|
||||
// The maximum number of pages a single slide can expand onto when printing
|
||||
// to PDF, unlimited by default
|
||||
pdfMaxPagesPerSlide: Number.POSITIVE_INFINITY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue