Create Reviews section

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-03-22 13:06:39 +01:00
parent 0b708d6d42
commit c612966d83
5 changed files with 108 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ $(document).ready(function () {
$('.reviews__content').slick({
nextArrow: '<img class="slick-next" src="img/social/arrow-right.svg">',
prevArrow: '<img class="slick-prev" src="img/social/arrow-left.svg">',
auto: true,
autoplay: true,
autoplaySpeed: 4000,
});
});