6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
document.addEventListener('DOMContentLoaded', () => {
|
|
new Flickity(document.getElementById('carrousel'), {
|
|
autoPlay: true,
|
|
groupCells: '75%',
|
|
});
|
|
}); |