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

Parameters

height
Height value in pixel.
Example
// Sets the video height to 400 pixel.
$("#element").wijvideo("setHeight", 400);
See Also

Reference

wijvideo type
wijvideo jQuery Widget