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

thumbnail.height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of this thumbnail instance.

Syntax

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

Property Value

Type: String

The height of the thumbnail control.

Default value is "100px".

See Also

Reference