goog.ui.media.MediaModel.Thumbnail |
url
: string
The URL of the thumbnail's image.
|
opt_size
: goog.math.Size=
The size of the thumbnail's image if known.
|
Gets the thumbnail size.
Returns: goog.math.Size
The size of the thumbnail's image if known.
|
code » | ||
Gets the thumbnail URL.
Returns: string
The thumbnail's image URL.
|
code » | ||
Sets the thumbnail size.
Arguments:
Returns: !goog.ui.media.MediaModel.Thumbnail
The object itself, used for
chaining.
|
code » | ||
Sets the thumbnail URL.
Arguments:
Returns: !goog.ui.media.MediaModel.Thumbnail
The object itself, used for
chaining.
|
code » |