Wijmo UI for the Web
setWidth Method
wijmo.video Namespace > wijvideo type : setWidth Method
Width value in pixel.
Sets the video width in pixel.
Syntax
$(function () {
    // Parameters
    var width; // Type:  number
    
    $(".selector").wijvideo("setWidth", width);
});
function setWidth( 
   width : number
) : void;

Parameters

width
Width value in pixel.
Example
// Sets the video width to 600 pixel.
$("#element").wijvideo("setWidth", 600);
See Also

Reference

wijvideo type
wijvideo jQuery Widget