Wijmo UI for the Web
counterLimit Option
wijmo.lightbox.wijlightbox Namespace > options type : counterLimit Option

Default value: 10

Determines the maximum number of digit buttons in sequence counter type.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlightbox("option", "counterLimit");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlightbox("option", "counterLimit", newValue);
        
});
var counterLimit : number;
Example
$("#id").wijlightbox({
     counterLimit: 5
 });
See Also

Reference

options type
wijlightbox jQuery Widget