Wijmo UI for the Web
showControlsOnHover Option
wijmo.video.wijvideo Namespace > options type : showControlsOnHover Option

Default value: true

Determines whether to display the controls only when hovering the mouse to the video.

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

Reference

options type
wijvideo jQuery Widget