This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
portfoliosketchpine64backup/main.js

13 lines
247 B
JavaScript
Raw Normal View History

2018-01-25 03:34:07 -06:00
$(document).ready(function(){
$('.test-slider').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 1,
dots: true,
centerMode: true,
centerPadding: '20px',
adaptiveHeight: true,
adaptiveWidth: true
2018-01-25 03:34:07 -06:00
});
});