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