Fix: 2 try to fix art carousel

This commit is contained in:
Aroy-Art 2023-01-03 15:29:50 +01:00
parent 93a09d5dda
commit 0a84126fb0
Signed by: Aroy
GPG key ID: 583642324A1D2070
3 changed files with 7 additions and 7 deletions

View file

@ -148,7 +148,7 @@ jQuery(function ($) {
autoplaySpeed: 1500,
slidesToShow: 1,
slidesToScroll: 1,
lazyLoad: 'progressive',
lazyLoad: 'progressive', /* ondemand */
centerMode: true,
variableWidth: true
});