jQuery.wijmo.wijlightbox Namespace > options type : autoSize Field |
Default value: true
A value determines whether to auto-size to keep the original width/height ratio of content.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlightbox.options.autoSize; |
Javascript (Specification) | |
---|---|
var autoSize : boolean; |
$("#id").wijlightbox({ autoSize: false });