You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to add centerPadding to my slick config but it doing nothing.
$scope.slickConfig = {
enabled: true,
autoplay: true,
slidesToShow: 1,
dots: true,
infinite: false,
centerMode: true,
centerPadding: '100px',
initialSlide: 3,
variableWidth: true,
arrows: true,
method: {},
};
for now i add margin css for the .slick-slide class but is there otherway ?
The text was updated successfully, but these errors were encountered:
i try to add centerPadding to my slick config but it doing nothing.
$scope.slickConfig = {
enabled: true,
autoplay: true,
slidesToShow: 1,
dots: true,
infinite: false,
centerMode: true,
centerPadding: '100px',
initialSlide: 3,
variableWidth: true,
arrows: true,
method: {},
};
for now i add margin css for the .slick-slide class but is there otherway ?
The text was updated successfully, but these errors were encountered: