Is there a way to turn on the autoscroll for the view functionality? It works great as long as the user knows to click the arrows but I would like the content to scroll automatically.

Thanks so much for this great module!

Comments

C.Wolff’s picture

Ok, think I figured this out, unfortunately you need to add some custom JS to the footer of your tpl:

<script type="text/javascript">
$(".jcarousellite .item-list").jCarouselLite({
    auto: 500,
    speed: 1500
});    
</script>

You may need to check the div classes, but it seems that Views uses the default .jcarousellite .item-list format, so it should be good to copy and paste.

ihsanullahkhan’s picture

how we can stop on hover.