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

Default value: 100

Determines the length of the thumbnails.

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

Reference

options type
wijgallery jQuery Widget