Fix: try 1 to fix the Image Carousel

This commit is contained in:
Aroy-Art 2022-05-26 13:57:55 +02:00
parent cda783d489
commit 067cb315b8
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

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