Gets or sets a size of the preview area in Thumbnails
view.
$au.uploader({Get/Set Value at Runtime
folderPane: {
//...other params...
previewSize: 96,
//...other params...
}
})
$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.