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