Make backdrop screensaver interval configurable
This commit is contained in:
@@ -352,7 +352,7 @@ export default function (options) {
|
||||
minRatio: 1,
|
||||
toggle: true
|
||||
},
|
||||
autoplay: !swiperOptions.interactive || !!swiperOptions.autoplay,
|
||||
autoplay: swiperOptions.autoplay ?? !swiperOptions.interactive,
|
||||
keyboard: {
|
||||
enabled: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user