Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created June 2, 2016 14:15
Nivo - Lighbox play vimeo autoplay
$('.TESTER123').nivoLightbox({
afterShowLightbox: function(){
var src = $('.nivo-lightbox-content > iframe').attr('src');
$('.nivo-lightbox-content > iframe').attr('src', src + '?autoplay=1');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment