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