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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijlightbox("option", "loop"); // Set value var newValue; // Type: boolean $(".selector").wijlightbox("option", "loop", newValue); }); |
Javascript (Specification) | |
---|---|
var loop : boolean; |