Wijmo UI for the Web
orientation Option
wijmo.carousel.wijcarousel Namespace > options type : orientation Option

Default value: 'horizontal'

Determines the orientation of the pager. Possible values are: "vertical" & "horizontal"

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcarousel("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcarousel("option", "orientation", newValue);
        
});
var orientation : string;
Example
$("#element").wijcarousel( { orientation: "vertical" } );
See Also

Reference

options type
wijcarousel jQuery Widget