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