startIndex
Version: Pro, Lite
startIndex
type: Number
default: 0
The index of the slide to show when Evo Slider initialized. JavaScript indexes begin at zero so the first slide on the Evo Slider is '0', the second is '1', and so forth.
Example:
var myEvoSlider = $("#mySlider").evoSlider({
startIndex: 0
});