commit a1c5038d223fb2f05e6681001e00f7251e2662d5
parent 2d7e234b8f3a2b67b285db5703bf1b8de0f4a6b9
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date: Tue, 26 Mar 2024 11:55:06 -0700
Update reveal.js slideshow config
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/songs2slides/templates/slides.html b/songs2slides/templates/slides.html
@@ -22,10 +22,13 @@
</div>
<script>
+ // Start Reveal.js slideshow without extra features
Reveal.initialize({
controls: false,
help: false,
+ jumpToSlide: false,
overview: false,
+ pause: false,
progress: false,
transition: 'none',
});