Moxie
2015-11-22 5287d27c3e70013b2f93cb199d822c1066b7aa5d
commit | author | age
48fe87 1 $(document).ready(function() {
M 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 });