Changed number of items to a fixed value
https://github.com/holger1411/understrap/issues/204 - Thx @flyingchorse for reporting
This commit is contained in:
parent
fcc74448f6
commit
779d47405c
|
@ -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),
|
||||
|
|
Reference in New Issue