wijmo.gallery.wijgallery Namespace > options type : thumbnailOrientation Option |
Default value: 'horizontal'
Determines the orientation of the thumbnails. Possible values are: "vertical" and "horizontal".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgallery("option", "thumbnailOrientation"); // Set value var newValue; // Type: string $(".selector").wijgallery("option", "thumbnailOrientation", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { thumbnailOrientation: "vertical" } );