Wijmo UI for the Web
autoPlayMovies Option
wijmo.gallery.wijgallery 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").wijgallery("option", "autoPlayMovies");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijgallery("option", "autoPlayMovies", newValue);
        
});
var autoPlayMovies : boolean;
Example
$("#id").wijgallery({
     autoPlayMovies: false
 });
See Also

Reference

options type
wijgallery jQuery Widget