Gets or sets a width of this thumbnail instance.
$au.thumbnail({ //...other params... width: "100px", //...other params... })Get/Set Value at Runtime
$au.thumbnail('thumbnailID').width(value); value = $au.thumbnail('thumbnailID').width();
Type: String
The width of the thumbnail control.
Default value is "100px".