jQuery.wijmo.wijlightbox Namespace > options type : height Field |
Default value: 400
Determines the maximum height of the content.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijlightbox.options.height; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({
height: 500
});