asdfasdfas
This commit is contained in:
parent
fc65cb1f59
commit
303d3e8bba
@ -452,21 +452,21 @@ $(function(){
|
|||||||
_lenght = 5;
|
_lenght = 5;
|
||||||
}
|
}
|
||||||
if (windowWidth <= 1400) {
|
if (windowWidth <= 1400) {
|
||||||
_loop = true;
|
_loop = false;
|
||||||
_slidesPerView = 3;
|
_slidesPerView = 3;
|
||||||
_slidesPerViewpopula = 3;
|
_slidesPerViewpopula = 3;
|
||||||
_slidesPerViewOnline = 3;
|
_slidesPerViewOnline = 3;
|
||||||
_spaceBetween = 20;
|
_spaceBetween = 20;
|
||||||
_centeredSlides = true;
|
_centeredSlides = false;
|
||||||
_lenght = 3;
|
_lenght = 3;
|
||||||
}
|
}
|
||||||
if (windowWidth <= 480) {
|
if (windowWidth <= 480) {
|
||||||
_loop = true;
|
_loop = false;
|
||||||
_slidesPerView = 1;
|
_slidesPerView = 1;
|
||||||
_slidesPerViewpopula = 1;
|
_slidesPerViewpopula = 1;
|
||||||
_slidesPerViewOnline = 1;
|
_slidesPerViewOnline = 1;
|
||||||
_spaceBetween = 20;
|
_spaceBetween = 20;
|
||||||
_centeredSlides = true;
|
_centeredSlides = false;
|
||||||
_lenght = 1;
|
_lenght = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -544,19 +544,19 @@ $(function(){
|
|||||||
_lenght = 5;
|
_lenght = 5;
|
||||||
}
|
}
|
||||||
if (windowWidth <= 1400) {
|
if (windowWidth <= 1400) {
|
||||||
_loop = true;
|
_loop = false;
|
||||||
_slidesPerView = 3;
|
_slidesPerView = 3;
|
||||||
_slidesPerViewBottom = 3;
|
_slidesPerViewBottom = 3;
|
||||||
_spaceBetween = 30;
|
_spaceBetween = 30;
|
||||||
_centeredSlides = true;
|
_centeredSlides = false;
|
||||||
_lenght = 3;
|
_lenght = 3;
|
||||||
}
|
}
|
||||||
if (windowWidth <= 480) {
|
if (windowWidth <= 480) {
|
||||||
_loop = true;
|
_loop = false;
|
||||||
_slidesPerView = 1;
|
_slidesPerView = 1;
|
||||||
_slidesPerViewBottom = 1;
|
_slidesPerViewBottom = 1;
|
||||||
_spaceBetween = 20;
|
_spaceBetween = 20;
|
||||||
_centeredSlides = true;
|
_centeredSlides = false;
|
||||||
_lenght = 1;
|
_lenght = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user