Skip to content

Instantly share code, notes, and snippets.

View thomasphorton's full-sized avatar

Tom Horton thomasphorton

View GitHub Profile
/*****************************************************************************************************
Load a video inside a lightbox - https://gist.github.com/de-ux/6010476
*****************************************************************************************************/
// replace .lightbox-video-trigger with a selector for whatever jQuery object you'd like to use as the trigger.
$('.lightbox-video-trigger').click(function(e) {
e.preventDefault();