diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-27 13:40:38 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-27 13:40:38 -0800 |
commit | 38f2784fbbb0661dc57627d2878cb640bbffe271 (patch) | |
tree | 9a39384ffd3af5fa76803b0df35200f443431e60 /modules/slideshow/module.info | |
parent | 754c531c7ec77278e44669ee5a854dd4653120f8 (diff) |
Allow users to upscale images in the slideshow by making the maxScale
parameter configurable in Admin > Settings > Advanced.
You specify the scaling factor. Normally, images fill the stage; 0 ->
never scale up; any other positive number S --> scale up to S times
the original size of the photo (but never bigger than the stage)
Diffstat (limited to 'modules/slideshow/module.info')
-rw-r--r-- | modules/slideshow/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slideshow/module.info b/modules/slideshow/module.info index 6841199a..b56eac81 100644 --- a/modules/slideshow/module.info +++ b/modules/slideshow/module.info @@ -1,3 +1,3 @@ name = "Slideshow" description = "Allows users to view a slideshow of photos" -version = 1 +version = 2 |