Skip to content

Commit

Permalink
Optimize the configuration for online viewing and printing
Browse files Browse the repository at this point in the history
IMO fragments are great for the presentation, but it can be annoying to
have to click through them when viewing the slides.
  • Loading branch information
primeos committed Sep 19, 2018
1 parent 1a56067 commit 315d066
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,12 @@
slideNumber: true,
history: true,
width: 1080,
height: 720
height: 720,
// Disable all fragments for normal viewing. They can be enabled for
// the presentation with ?fragments=true (URL parameter):
fragments: false
});
Reveal.configure({ pdfMaxPagesPerSlide: 1 });
</script>
</body>
</html>

0 comments on commit 315d066

Please sign in to comment.