You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you aren't setting target width and height explicitly in the root div,
this change will likely affect the size and layout of your presentation
steps. See DOCUMENTATION.md for details and how to fix.
data-transition-duration | 1000 (ms) | Speed of transition between steps.
39
-
data-width | 1024 (px) | Width of target screen size. When presentation is viewed on a larger or smaller screen, impress.js will scale all content automatically.
40
-
data-height | 768 (px) | Height of target screen size.
41
-
data-max-scale | 1 | Maximum scale factor. (Note that the default 1 will not increase content size on larger screens!)
43
+
data-width | 1920 (px) | Width of target screen size. When presentation is viewed on a larger or smaller screen, impress.js will scale all content automatically.
44
+
data-height | 1080 (px) | Height of target screen size.
45
+
data-max-scale | 3 | Maximum scale factor. (Note that the default 1 will not increase content size on larger screens!)
42
46
data-min-scale | 0 | Minimum scale factor.
43
47
data-perspective | 1000 | Perspective for 3D rendering. See https://developer.mozilla.org/en/CSS/perspective
0 commit comments