Enable autoplay to cover’s carousel
This commit is contained in:
parent
76d94f76f0
commit
41fd940108
|
@ -71,6 +71,8 @@
|
||||||
arrows: true,
|
arrows: true,
|
||||||
prevArrow: '<button type="button" class="slick-prev">←</button>',
|
prevArrow: '<button type="button" class="slick-prev">←</button>',
|
||||||
nextArrow: '<button type="button" class="slick-next">→</button>',
|
nextArrow: '<button type="button" class="slick-next">→</button>',
|
||||||
|
autoplay: true,
|
||||||
|
autoplaySpeed: 4000,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue