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

Default value: true

A value that indicates whether to show the full screen button.

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

Reference

options type
wijvideo jQuery Widget