1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-10-29 04:40:02 +01:00

reader mode; named deeplink support, stay on same slide when reader mode is turned on/off

This commit is contained in:
Hakim El Hattab
2023-10-06 11:37:58 +02:00
parent 1f1ca3a887
commit 1871824fae
9 changed files with 124 additions and 71 deletions

View File

@@ -278,7 +278,7 @@ export default {
// Responsively activate the reader mode when we reach the specified
// width (in pixels)
readerActivationWidth: null,
readerActivationWidth: 800,
// The maximum number of pages a single slide can expand onto when printing
// to PDF, unlimited by default