The "inactive" of jcarouselControl
chxuzzu opened this issue · 2 comments
chxuzzu commented
Hello,
Can I add the "inactive" of jcarouselControl to a responsive carousel?
https://sorgalla.com/jcarousel/examples/basic/
https://sorgalla.com/jcarousel/examples/responsive/
This is my example. http://www.yusunny.com/jcarousel.html
Thanks
jsor commented
Yes, just make you correctly unset wrap
with null
instead of 'null'
:
.jcarousel({
wrap: null
})
Note the missing single quote around null
.
chxuzzu commented
Thank you very much..