Initial V1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
new Flickity(document.getElementById('carrousel'), {
|
||||
autoPlay: true,
|
||||
groupCells: '75%',
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user