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

Default value: 600

Determines the maximum width of the content.

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

Reference

options type
wijlightbox jQuery Widget