mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-01-14 16:47:36 +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
|
@ -136,12 +136,12 @@ jQuery(function ($) {
|
||||||
|
|
||||||
$("#ArtCarousel").slick({
|
$("#ArtCarousel").slick({
|
||||||
infinite: true,
|
infinite: true,
|
||||||
arrows: false,
|
arrows: false,
|
||||||
autoplay: true,
|
autoplay: true,
|
||||||
autoplaySpeed: 1500,
|
autoplaySpeed: 1500,
|
||||||
slidesToShow: 1,
|
slidesToShow: 1,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
lazyLoad: 'progressive',
|
lazyLoad: 'ondemand',//'progressive',
|
||||||
centerMode: true,
|
centerMode: true,
|
||||||
variableWidth: true
|
variableWidth: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue