Commit 59cc5c16 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Modifie l'aspect ratio de slides.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -18,8 +18,8 @@ const DEFAULTS = { ...@@ -18,8 +18,8 @@ const DEFAULTS = {
revealJSURL: "reveal.js", revealJSURL: "reveal.js",
template: path.normalize(__dirname + "/../../templates/revealjs.html"), template: path.normalize(__dirname + "/../../templates/revealjs.html"),
variables: { variables: {
width: 1024, width: 960,
height: 768, height: 700,
navigationMode: "linear", navigationMode: "linear",
theme: "inrae", theme: "inrae",
slideNumber: true, slideNumber: true,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment