change arrow placement

This commit is contained in:
kfitz
2023-06-22 16:50:21 -04:00
parent 613c0dbffc
commit a16feea9ca

View File

@@ -23,7 +23,7 @@ export default {
controlsTutorial: true, controlsTutorial: true,
// Determines where controls appear, "edges" or "bottom-right" // Determines where controls appear, "edges" or "bottom-right"
controlsLayout: 'bottom-right', controlsLayout: 'edges',
// Visibility rule for backwards navigation arrows; "faded", "hidden" // Visibility rule for backwards navigation arrows; "faded", "hidden"
// or "visible" // or "visible"
@@ -46,7 +46,7 @@ export default {
// number for the current slide. The function should take in a slide // number for the current slide. The function should take in a slide
// object and return an array with one string [slideNumber] or // object and return an array with one string [slideNumber] or
// three strings [n1,delimiter,n2]. See #formatSlideNumber(). // three strings [n1,delimiter,n2]. See #formatSlideNumber().
slideNumber: false, slideNumber: true,
// Can be used to limit the contexts in which the slide number appears // Can be used to limit the contexts in which the slide number appears
// - "all": Always show the slide number // - "all": Always show the slide number