
jQuery('.carousel').flickity({
// options
freeScroll: false,
wrapAround: false,
content: true,
pageDots:false,
prevNextButtons: false,
cellAlign:'left',
watchCSS: true
});.carousel::after {
content: 'flickity';
display: none;
}
@media screen and (min-width: 992px) {
.carousel::after {
content: '';
}
}
/*mungkin perlu adjustment sedikit*/