Module: VideoGallery

Renders the video resource pages, which are a gallery view of YouTube tutorials
Source:

Methods

(inner) createGalleryFromVideos(videos)

Create a gallery of videos from an array containing additional metadata such as description and link
Parameters:
Name Type Description
videos Array.<VideoMetaData> List of videos to create tables from, each element also contains video metadata
Source:
See:
  • VideoMetaData