Skip to content

genVideoThumbnailURI

Carlos Alba edited this page Nov 21, 2020 · 1 revision

genVideoThumbnailURI

This function given the input of a YTID a video id that can be returned from genVideoID Will pull a URI for a high quality video thumbnail.

Example

   <NetworkBackgroundImage className={css(stylesheet.randomStyle)} 
    source={genVideoThumbnailURI(props.source)} >.....
Clone this wiki locally