Fix: 1 try to fix art carousel

This commit is contained in:
Aroy-Art 2022-06-15 15:13:38 +02:00
parent 421f5fabbf
commit e64002033a
Signed by: Aroy
GPG key ID: 583642324A1D2070
3 changed files with 47 additions and 2 deletions

View file

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