]> _ Git - fluidbook-html5.git/commitdiff
wait #7152 @1.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Oct 2024 16:10:35 +0000 (18:10 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Oct 2024 16:10:35 +0000 (18:10 +0200)
js/libs/fluidbook/slideshow/fluidbook.slideshow.splide.js
style/slideshow/splide.less

index 15f9dcf09136c7973d7435198bb979187ffbe3fd..e5d4cc56a4490052ce7a5e762b24cb1483fdf72c 100644 (file)
@@ -1,6 +1,6 @@
 function FluidbookSplideSlideshow(fluidbook) {
     this.fluidbook = fluidbook;
-    this.name = 'splide';
+    this.name='splide'
 }
 
 FluidbookSplideSlideshow.prototype = {
@@ -90,7 +90,7 @@ FluidbookSplideSlideshow.prototype = {
         }
 
         // On small/short screens, thumbnails are hidden and close icon / header is reduced
-        var optimizeHeight = (h < 600);
+        var optimizeHeight = (h < 500);
 
         if (optimizeHeight) {
             this.$thumbnails.hide();
index aeac61b5f31637b75b82b74267aba0a49c007587..a288fc396af40054921e8704bfab00a8b32b3fd3 100644 (file)
 
   &.small {
     padding-bottom: 30px;
+
+    .fb-slideshow-thumbnails{
+      display: none;
+    }
   }
 
   @media (max-width: 799px) {