アイキャッチ(学部・大学院)-テスト用
$(function() {
$(‘.slider’).slick({
autoplay:true,
autoplaySpeed:5000,
slidesToShow:1,
slidesToScroll:1,
arrows:true,
centerMode: true,
centerPadding: ‘10%’,
dots: true,
responsive:[
{
breakpoint: 760,
settings:{
centerPadding: ‘0%’,
slidesToShow:1,
slidesToScroll:1,
}
},
]
});
});