Wijmo UI for the Web
wijvideo jQuery Widget
Turn an HTML5 video tag into a fully functional video player utilizing jQuery UI theming.
Syntax
$(function () {
    var options; // Type:  wijmo.video.wijvideo.options
     
    $(".selector").wijvideo(options);
});
function wijvideo() : any;
Options
 NameDescription
public Option

Default value: true

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

 
public Option

Type: wijmo.video.WijVideoLocalization

Default value: null

Use the localization option in order to localize text which not depends on culture.

 
public Option

Default value: true

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

 
Top
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodGets the video height in pixel.  
public MethodGets the video width in pixel.  
public MethodPause the video.  
public MethodPlay the video.  
public MethodSets the video height in pixel.  
public MethodSets the video width in pixel.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Widgets

Video

Reference

wijvideo jQuery Widget