Enable autoplay to cover’s carousel

This commit is contained in:
jordi fita mas 2024-01-17 13:26:33 +01:00
parent 76d94f76f0
commit 41fd940108
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@
arrows: true,
prevArrow: '<button type="button" class="slick-prev">←</button>',
nextArrow: '<button type="button" class="slick-next">→</button>',
autoplay: true,
autoplaySpeed: 4000,
});
});
</script>