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