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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijvideo("option", "showControlsOnHover"); // Set value var newValue; // Type: boolean $(".selector").wijvideo("option", "showControlsOnHover", newValue); }); |
Javascript (Specification) | |
---|---|
var showControlsOnHover : boolean; |