Christoph Gahmann
Results
1
issues of
Christoph Gahmann
I've tested with "left_sided: true" and the "click to slide" doesn't work. My code: ``` javascript var carousel; $(document).ready(function () { carousel = $(".images"); carousel.itemslide({ left_sided: true }); //initialize itemslide...
bug