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