You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a slider with the following initialisatino options,
```
$slider.slippry({
loop: false,
captions: false,
pager:false,
controls: false,
useCSS: true,
auto:false,
adaptiveHeight:false,
onSliderLoad:function(index){...},
onSlideAfter:function(slide, old_index, new_index){...}
onSlideBefore:function(slide, old_index, new_index){...}
});
however, the onSlideBefore and onSlideAfter functions are being called prior to the onSliderLoad function even though the slides are not on auto.
The text was updated successfully, but these errors were encountered:
I have a slider with the following initialisatino options,
```
$slider.slippry({
loop: false,
captions: false,
pager:false,
controls: false,
useCSS: true,
auto:false,
adaptiveHeight:false,
onSliderLoad:function(index){...},
onSlideAfter:function(slide, old_index, new_index){...}
onSlideBefore:function(slide, old_index, new_index){...}
});
The text was updated successfully, but these errors were encountered: