Skip to content
On this page

getBiggestThumbnailUrl

Definition

Returns the biggest thumbnail url from the media object

Signature

ts
export function getBiggestThumbnailUrl(media: Media): string | undefined 

Parameters

NameTypeDescription
media
Media
image object

Return type

ts
string | undefined
getBiggestThumbnailUrl has loaded