wijmo.gallery.wijgallery Namespace > options type : thumbsDisplay Option |
Default value: 5
Determines how many thumbnails should be displayed.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijgallery("option", "thumbsDisplay"); // Set value var newValue; // Type: number $(".selector").wijgallery("option", "thumbsDisplay", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { thumbsDisplay: 6 } );