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

Default value: true

Determines whether start from the first page when reaching the end in autoplay mode.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlightbox("option", "loop");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlightbox("option", "loop", newValue);
        
});
var loop : boolean;
See Also

Reference

options type
wijlightbox jQuery Widget