add flicity

This commit is contained in:
2020-07-14 21:38:52 +02:00
parent 82f7d7d6b6
commit b6b1dafd78
40 changed files with 847 additions and 312 deletions
@@ -51,6 +51,18 @@ function notes() {
}
}
function slide() {
var $slide = $('.__slide');
$slide.each(function() {
$(this).flickity({
cellAlign: 'left',
})
});
}
$( document ).ready(function() {
notes();
slide();
});