diff options
Diffstat (limited to 'lightbox2')
-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 |