Wijmo UI for the Web
thumbsLength Option

Default value: 100

Determines the length of the thumbnails.

Syntax
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) 
var thumbsLength : number;
Example
$("#element").wijgallery( { thumbsLength: 6 } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.