$(document).ready(function(){
$("a[rel=example_group]").fancybox({
'transitionIn' : 'none',
'transitionOut' : 'none',
'titlePosition' : 'inside',
'overlayOpacity' : 0.6,
'overlayColor' : '#000',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
//return '' + title + '';
//return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '';
//return '' + title + '' + infoArray[currentIndex + 1] + '
© Ника Жук';
}
});
});