From e6933e7b98dfdaaccee00d5454b1fe932af9ab87 Mon Sep 17 00:00:00 2001 From: Nick Piscitelli Date: Sun, 11 Nov 2018 17:33:37 -0500 Subject: [PATCH] Demo didn't match code example --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 8d42d4a..d37c4ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -235,8 +235,8 @@

Multiple Item

             
               new Glider(document.querySelector('.glider'), {
-                slidesToShow: 6,
-                slidesToScroll: 6,
+                slidesToShow: 5,
+                slidesToScroll: 5,
                 draggable: true,
                 dots: '.dots',
                 arrows: {