wijmo.gallery.wijgallery Namespace > options type : thumbsLength Option |
Default value: 100
Determines the length of the thumbnails.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijgallery("option", "thumbsLength"); // Set value var newValue; // Type: number $(".selector").wijgallery("option", "thumbsLength", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { thumbsLength: 6 } );