From 22d9eb88fa416c7980610fc986a559e3b769f475 Mon Sep 17 00:00:00 2001 From: Valentin Silytuin Date: Mon, 30 Jun 2025 14:07:40 +0400 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0780e3d..a317149 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ import { gallery } from '@advdominion/lightbox-gallery'; gallery(document.querySelector('#list'), { single: false, swiper: { - speed: duration.effect.s, + speed: 300, pagination: { el: '.swiper-pagination', },