diff --git a/archiva-docs/src/site/resources/js/tour-index.js b/archiva-docs/src/site/resources/js/tour-index.js new file mode 100644 index 000000000..77a692bd8 --- /dev/null +++ b/archiva-docs/src/site/resources/js/tour-index.js @@ -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' + }); +}); \ No newline at end of file