From e8982ceedc624c1f65b6b34d295212f15fe7c21f Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Wed, 26 Jun 2024 17:29:43 +0200 Subject: [PATCH] fix: carousel type --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 25c62fd..6a9b7a4 100644 --- a/public/index.html +++ b/public/index.html @@ -651,7 +651,7 @@ // Carousel based on splide => https://splidejs.com/ document.addEventListener('DOMContentLoaded', function () { var splide = new Splide('.splide', { - type: 'loop', + type: 'slide', perPage: 'auto', focus: 'first', gap: '40px', -- GitLab