Gets or sets a size of the preview area in Thumbnails view.
$au.uploader({
folderPane: {
//...other params...
previewSize: 96,
//...other params...
}
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().previewSize(value);
value = $au.uploader('uploaderID').folderPane().previewSize();
Type: Number
The size of the preview area (in pixels). In other words, this property specifies the size of square the thumbnail is inscribed in.
Default value is 96.