jQuery.wijmo.wijgallery Namespace > options type : autoPlayMovies Field |
Default value: true
Determines whether to turn on the autoplay option in movie player.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijgallery.options.autoPlayMovies; |
Javascript (Specification) | |
---|---|
var autoPlayMovies : boolean; |
$("#id").wijgallery({ autoPlayMovies: false });