We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e830b commit f96741bCopy full SHA for f96741b
1 file changed
js/main.js
@@ -20,10 +20,12 @@ jQuery(document).on('ready', function() {
20
var _tg_homeslider = jQuery('#tg-homeslider')
21
_tg_homeslider.owlCarousel({
22
items: 1,
23
- loop: true,
+ loop: false,
24
dots: true,
25
nav: true,
26
autoplay: true,
27
+ touchDrag: false,
28
+ mouseDrag: false,
29
animateOut: 'fadeOut',
30
navText: [
31
'<i class="icon-arrow-left"></i>',
0 commit comments