Gets or sets size of thumbnail (or icon for non-image files) into a tile.
$au.uploader({Get/Set Value at Runtime
folderPane: {
//...other params...
tilePreviewSize: 48,
//...other params...
}
})
$au.uploader('uploaderID').folderPane().tilePreviewSize(value);
value = $au.uploader('uploaderID').folderPane().tilePreviewSize();
Type: Number
Size of thumbnail (or icon for non-image files) into a tile.Default value is 48.