Skip to content

Instantly share code, notes, and snippets.

@brizandrew
Last active May 16, 2016 14:58
Show Gist options
  • Save brizandrew/606ee567ae9fea926de0cb716dd44f84 to your computer and use it in GitHub Desktop.
Save brizandrew/606ee567ae9fea926de0cb716dd44f84 to your computer and use it in GitHub Desktop.
var vid = new Hypervideo({
path: "SxccCYudkxg", // YouTube video Id or path to self hosted video
host: "YouTube", // Either "YouTube" or "Self" for self hosted videos
aspectRatio: "16:9", // Aspect Ratio of either "16:9" or "4:3"
list: [ // 2D array of line items and times they appear
["JC Jackson Arrested",9],
["Young Body Found",114],
["Local Weather",166],
["Summer Burglary Prevention",246],
["Florida Abortion Bill",296],
["ASO Funding",373],
["Deputy Arrested",511],
["Miami Brush Fire",539],
["Gyro Copter",559]
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment