Russ
Well-known member
I'm working on a little custom slider and wanted to implement the "pauseOnHover" that comes with the lightslider.
I figured this might do the trick, but it doesn't appear to be working. Is there a way to include it using a similar approach as above?
Code:
<div class="itemList itemList--slider"
data-xf-init="item-slider"
data-xf-item-slider='{"item":6,"itemWide":4,"itemMedium":3,"itemNarrow":2,"auto":true,"pauseOnHover":true,"loop":true,"pager":true}'>
I figured this might do the trick, but it doesn't appear to be working. Is there a way to include it using a similar approach as above?