$(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;
Default value: 600
Determines the maximum width of the content.
$(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;
$("#id").wijlightbox({
width: 800
});