Wijmo UI for the Web
thumbnailOrientation Option
wijmo.gallery.wijgallery Namespace > options type : thumbnailOrientation Option

Default value: 'horizontal'

Determines the orientation of the thumbnails. Possible values are: "vertical" and "horizontal".

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

Reference

options type
wijgallery jQuery Widget