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