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

Default value: true

Determines whether to turn on the autoplay option in movie player.

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

Reference

options type
wijlightbox jQuery Widget