Wijmo UI for the Web
thumbsDisplay Option
wijmo.gallery.wijgallery Namespace > options type : thumbsDisplay Option

Default value: 5

Determines how many thumbnails should be displayed.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgallery("option", "thumbsDisplay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgallery("option", "thumbsDisplay", newValue);
        
});
var thumbsDisplay : number;
Example
$("#element").wijgallery( { thumbsDisplay: 6 } );
See Also

Reference

options type
wijgallery jQuery Widget