Fancybox example

Video gallery - using fancybox

Uses fancybox as the plugin param, you must have included the facnybox code in your web page

$(document).ready(function(){
    $("ul.youtube-videogallery").youtubeVideoGallery( {plugin:'fancybox'} );
});