From 904e22320ee12bc45ba024d7aacf9c3bc4e4cb6e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 May 2020 14:34:47 +0200 Subject: [PATCH] wip #3637 --- js/libs/fluidbook/fluidbook.slideshow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.slideshow.js b/js/libs/fluidbook/fluidbook.slideshow.js index 039bcd5f..a838c448 100644 --- a/js/libs/fluidbook/fluidbook.slideshow.js +++ b/js/libs/fluidbook/fluidbook.slideshow.js @@ -48,14 +48,14 @@ FluidbookSlideshow.prototype = { if (showThumbnails) { // Thumbnails slider $thumbnails.slick({ - slidesToShow: $slideshow.length, + slidesToShow: 6, asNavFor: '#' + id, // Synced with main slider focusOnSelect: true, variableWidth: true, arrows: false, draggable: true, swipeToSlide: true, - infinite: false, + infinite: true, centerMode: false, }); -- 2.39.5