aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.revealjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.revealjs b/default.revealjs
index 695ac0328..f2439b984 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -195,6 +195,15 @@ $endif$
$if(parallaxBackgroundVertical)$
parallaxBackgroundVertical: '$parallaxBackgroundVertical$',
$endif$
+$if(width)$
+ // The "normal" size of the presentation, aspect ratio will be preserved
+ // when the presentation is scaled to fit different resolutions. Can be
+ // specified using percentage units.
+ width: $width$,
+$endif$
+$if(height)$
+ height: $height$,
+$endif$
$if(margin)$
// Factor of the display size that should remain empty around the content
margin: $margin$,