diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-11 10:42:39 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-11 10:42:39 -0800 |
commit | 3ab6c4915aa0c9dbd2061ffcad0af00e2c50136e (patch) | |
tree | 2197decd40621162ae82248b7f55c8e8da82a64f /modules/gallery/module.info | |
parent | a11bf295078656612603c1c561e9261555d0c40c (diff) |
Fixes ticket #671.
In the graphics_rules table height and width set the maximum height and width
values and should be equal. Initially, the height on the resize target rule was
less than the height, which artificially constrained images in portrait mode.
**Note"" this fix requires an upgrade to version 22. All the resizes will be flagged
dirty.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index b3366f7d..107d9a12 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,4 +1,4 @@ name = "Gallery 3" description = "Gallery core application" -version = 21 +version = 22 |