jQuery.wijmo.wijgallery Namespace > options type : thumbsLength Field |
Default value: 100
Determines the length of the thumbnails.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijgallery.options.thumbsLength; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { thumbsLength: 6 } );