up
This commit is contained in:
@@ -95,7 +95,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// DATA BACKGROUND IMAGE
|
||||
var sliderBgSetting = $(".slide-bg-image");
|
||||
sliderBgSetting.each(function(indx){
|
||||
if ($(this).attr("data-background")){
|
||||
$(this).css("background-image", "url(" + $(this).data("background") + ")");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
// HERO SLIDER
|
||||
if (typeof Swiper === "function" && jQuery(".swiper-container").length) {
|
||||
var menu = [];
|
||||
@@ -155,14 +163,6 @@
|
||||
var swiper = new Swiper(".swiper-container", swiperOptions);
|
||||
}
|
||||
|
||||
// DATA BACKGROUND IMAGE
|
||||
var sliderBgSetting = $(".slide-bg-image");
|
||||
sliderBgSetting.each(function(indx){
|
||||
if ($(this).attr("data-background")){
|
||||
$(this).css("background-image", "url(" + $(this).data("background") + ")");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
/*------------------------------------------
|
||||
@@ -433,11 +433,11 @@
|
||||
items: 3
|
||||
},
|
||||
|
||||
1200 : {
|
||||
items: 4
|
||||
}
|
||||
}
|
||||
});
|
||||
992 : {
|
||||
items: 4
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user