search

goog.ui.media.MediaModel.Thumbnail

Provided By

Constructs a thumbnail containing details of the thumbnail's image URL and optionally its size.

new Thumbnail( url, opt_size )

Parameters
urlstring

The URL of the thumbnail's image.

opt_size(goog.math.Size|null)=

The size of the thumbnail's image if known.

Instance Methods