From 53b44ca25da3845c7fcc4f1fc06ad40b993cf3be Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:38:13 +0530 Subject: [PATCH] Update crsl.html --- carousels/crsl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carousels/crsl.html b/carousels/crsl.html index 859d32c..296a245 100644 --- a/carousels/crsl.html +++ b/carousels/crsl.html @@ -40,7 +40,7 @@ $('.gallery').flickity({ // options cellAlign: 'left', - contain: true, + cover: true, wrapAround: true, autoPlay: 2000 // autoplay every 2 seconds });