diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
commit | 5aacb6d86fa943c66ee94eb603887bb40e034ec5 (patch) | |
tree | d5150a93c3d82c2d3002154a446d424626d3593b /lightbox2/js | |
parent | b7a43526958fc12ce7d0e42b8023db52cb25f140 (diff) | |
parent | cd7402eecd6b5e50dcc62d8394342e6717c359e5 (diff) |
Merge commit 'origin/master' into nefformat
Diffstat (limited to 'lightbox2/js')
-rwxr-xr-x | lightbox2/js/lightbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lightbox2/js/lightbox.js b/lightbox2/js/lightbox.js index b62415b..25c3d47 100755 --- a/lightbox2/js/lightbox.js +++ b/lightbox2/js/lightbox.js @@ -52,7 +52,7 @@ LightboxOptions = Object.extend({ overlayOpacity: 0.8, // controls transparency of shadow overlay animate: true, // toggles resizing animations - resizeSpeed: 7, // controls the speed of the image resizing animations (1=slowest and 10=fastest) + resizeSpeed: 9, // controls the speed of the image resizing animations (1=slowest and 10=fastest) borderSize: 10, //if you adjust the padding in the CSS, you will need to update this variable |