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

Default value: true

Determines whether to turn on the movie controls in movie player.

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

Reference

options type
wijlightbox jQuery Widget