mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-01-14 17:17:39 +01:00
Fix: try 1 to fix the Image Carousel
This commit is contained in:
parent
cda783d489
commit
067cb315b8
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ jQuery(function ($) {
|
|||
autoplaySpeed: 1500,
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
lazyLoad: 'progressive',
|
||||
lazyLoad: 'ondemand',//'progressive',
|
||||
centerMode: true,
|
||||
variableWidth: true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue