Changed number of items to a fixed value

https://github.com/holger1411/understrap/issues/204 - Thx @flyingchorse
for reporting
This commit is contained in:
koenemann 2017-01-05 13:21:18 +01:00
parent fcc74448f6
commit 779d47405c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
jQuery(document).ready(function() {
var owl = jQuery('.owl-carousel');
owl.owlCarousel({
items:(understrap_slider_variables.items),
items:1,
loop:true,
autoplay:true,
autoplayTimeout:(understrap_slider_variables.timeout),