piotrbox

Results 1 comments of piotrbox

I think I found a fix for the CSS fix. Just use jQuery callback when declering options of the slider: onSlideBefore: function($slideElement, oldIndex, newIndex){ $(".bx-clone").show(); } this way You initially...