jQuery.wijmo.wijlightbox Namespace > options type : loop Field |
Default value: true
Determines whether start from the first page when reaching the end in autoplay mode.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlightbox.options.loop; |
Javascript (Specification) | |
---|---|
var loop : boolean; |