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