Video Gallery Video Gallery Index Welcome to the Starry Stonewort Collaborative’s video gallery! Click a category below. function cff_custom_js($){ var $ = jQuery; var shortcodeClass = 'slideshow', cffSpeed = 5000, $cff = $('#cff.'+ shortcodeClass); $cffItem = $cff.find('.cff-new'), cffNum = $cffItem.length, cffCur = 0; $cffItem.hide(); setTimeout(function(){ $cff.find('.cff-new').eq(0).show(); }, 200); setInterval(function(){ $cff.find('.cff-new').eq(cffCur).fadeOut( "fast", function() { if( cffCur == cffNum-1 ) cffCur = -1; cffCur++; $cff.find('.cff-new').eq(cffCur).fadeIn(); }); }, cffSpeed); } cff_custom_js($);