css grille ressources
This commit is contained in:
@@ -185,7 +185,6 @@ jQuery(function($) {
|
||||
|
||||
(function($, window) {
|
||||
|
||||
// 'slick-carousel';
|
||||
var mobile = false;
|
||||
|
||||
$(function(){
|
||||
@@ -201,23 +200,23 @@ jQuery(function($) {
|
||||
// $("#"+).fadeIn();
|
||||
|
||||
$(".node-type-actualite").slick({
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 4,
|
||||
centerMode: true,
|
||||
centerPadding: '300px',
|
||||
// appendDots: $(element),
|
||||
dots: true,
|
||||
// appendArrows: $(element),
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
centerMode: true,
|
||||
centerPadding: '500px',
|
||||
// appendDots: $(element),
|
||||
// // appendArrows: $(element),
|
||||
arrows: true,
|
||||
// prevArrow: '<button type="button" data-role="none" class="slick-prev">Previous</button>',
|
||||
// nextArrow: '<button type="button" data-role="none" class="slick-next">Next</button>',
|
||||
responsive: [
|
||||
{
|
||||
breakpoint: 800,
|
||||
settings: {
|
||||
centerPadding: '0',
|
||||
}
|
||||
}]
|
||||
// // nextArrow: '<button type="button" data-role="none" class="slick-next">Next</button>',
|
||||
// responsive: [
|
||||
// {
|
||||
// breakpoint: 800,
|
||||
// settings: {
|
||||
// centerPadding: '0',
|
||||
// }
|
||||
// }]
|
||||
|
||||
});
|
||||
console.log(".node-type-actualite");
|
||||
|
||||
Reference in New Issue
Block a user