missed to add a file

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1210971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-06 15:11:56 +00:00
parent 0f97cb563b
commit 45eab8edfe
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
$(document).ready(function() {
$("a#single_image").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true
});
$("a.gallery_image").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true,
'titlePosition': 'inside'
});
});