]> _ Git - fluidbook-html5.git/commitdiff
wip #3637
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 May 2020 12:34:47 +0000 (14:34 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 May 2020 12:34:47 +0000 (14:34 +0200)
js/libs/fluidbook/fluidbook.slideshow.js

index 039bcd5fa964a260def40a582f1ddafb602ab831..a838c44812e30695cbfaa324d7f00ad04e849be8 100644 (file)
@@ -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,
             });