Wijmo UI for the Web
height Option
wijmo.lightbox.wijlightbox Namespace > options type : height Option

Default value: 400

Determines the maximum height of the content.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlightbox("option", "height");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlightbox("option", "height", newValue);
        
});
var height : number;
Example
$("#id").wijlightbox({
     height: 500
 });
See Also

Reference

options type
wijlightbox jQuery Widget