From 59cc5c16e98df21c35214a830efbb8beba1b91f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Wed, 13 May 2020 16:11:00 +0200 Subject: [PATCH] Modifie l'aspect ratio de slides. --- gulpfile.esm.js/plugins/pandoc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.esm.js/plugins/pandoc.js b/gulpfile.esm.js/plugins/pandoc.js index 70f4fa5..ae5e66a 100644 --- a/gulpfile.esm.js/plugins/pandoc.js +++ b/gulpfile.esm.js/plugins/pandoc.js @@ -18,8 +18,8 @@ const DEFAULTS = { revealJSURL: "reveal.js", template: path.normalize(__dirname + "/../../templates/revealjs.html"), variables: { - width: 1024, - height: 768, + width: 960, + height: 700, navigationMode: "linear", theme: "inrae", slideNumber: true, -- GitLab