jQuery.wijmo.wijcarousel Namespace > options type : sliderOrientation Field |
Default value: 'horizontal'
Determines the orientation of the slider. Possible values are: "vertical" & "horizontal"
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijcarousel.options.sliderOrientation; |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { sliderOrientation: "vertical" } );