Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
You must edit the file /js/main.js. Find the function:
function clientsCarousel(){ "use strict"; var $self = $('.clients_caro'); if($self.length){ $self.css('display', 'none'); $self.imagesLoaded(function(){ $self.css('display', 'block'); $self.carouFredSel( { items:4, auto: false, scroll: { items : 1 },
and change ‘auto’ to ‘true’.
This way the clients carousel will autoplay.
Best regards!
You must be logged in to reply to this topic.