Fixed Media gallery slider pauseOnHover

Russ

Well-known member
I'm working on a little custom slider and wanted to implement the "pauseOnHover" that comes with the lightslider.

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?
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFMG release (2.2.3).

Change log:
Add support for pauseOnHover to media and album sliders.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom