rotatorThumbsAlign
Version: Pro
rotatorThumbsAlign
type: String
default: "left"
Sets the float position of the rotator thumbnail images. You can set to the one of the following values: "left" or "right"
Example:
var myEvoSlider = $("#mySlider").evoSlider({
rotatorThumbsAlign: "left"
});