wijmo.lightbox.wijlightbox Namespace > options type : height Option |
Default value: 400
Determines the maximum height of the content.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlightbox("option", "height"); // Set value var newValue; // Type: number $(".selector").wijlightbox("option", "height", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({
height: 500
});