From: Vincent Vanwaelscappel Date: Tue, 12 May 2020 12:34:47 +0000 (+0200) Subject: wip #3637 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=904e22320ee12bc45ba024d7aacf9c3bc4e4cb6e;p=fluidbook-html5.git wip #3637 --- 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, });