Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Created March 2, 2018 15:47
Show Gist options
  • Save albionselimaj/34e7cc8b6cba29baf94cd8364811519f to your computer and use it in GitHub Desktop.
Save albionselimaj/34e7cc8b6cba29baf94cd8364811519f to your computer and use it in GitHub Desktop.
Change testimonals slider speed
jQuery(document).ready(function($) {
$('.testimonial-carousel.owl-carousel').data('owl.carousel').options.autoplayTimeout = 5000; // 5 seconds
$('.testimonial-carousel.owl-carousel').data('owl.carousel').refresh();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment