James Moger
2012-07-11 3868ed986fc557007f9ff34d529575341de89311
commit | author | age
f90dc6 1 $(document).ready(function() {
JM 2     $("a[rel=screenshots_group]").fancybox({
3         'transitionIn'        : 'none',
4         'transitionOut'        : 'none',
5         'titlePosition'     : 'over',
6         'titleFormat'        : function(title, currentArray, currentIndex, currentOpts) {
7             return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
8         }
9     });
10 });