thumbnail.width Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a width of this thumbnail instance.

Syntax

JavaScript Initialize
$au.thumbnail({
    //...other params...
    width: "100px",
    //...other params...
})
Get/Set Value at Runtime
$au.thumbnail('thumbnailID').width(value);
value = $au.thumbnail('thumbnailID').width();

Property Value

Type: String

The width of the thumbnail control.

Default value is "100px".

See Also

Reference