This documentation is for the old version. Go to the latest Upload Suite docs

UploadPane.PreviewSize Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a size of the preview area when in Thumbnails view.

Syntax

PHP
public function getPreviewSize() {
}

public function setPreviewSize($value) {
}

Property Value

Type: integer

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.

See Also

Reference