Sunday 09 November 2003 11:52:03 pm
I have upgrading (from scratch) my site to ez publish 3.2-3 and I observe a strange behaviour of image system: I'm using GD Lib and in settings/<siteaccess>/site.ini.append I have these settings:
[ImageSettings]
...
SmallSizeWidth=150
SmallSizeHeight=150
MediumSizeWidth=200
MediumSizeHeight=200
LargeSizeWidth=450
LargeSizeHeight=450
ReferenceSizeWidth=450
ReferenceSizeHeight=450
ScaleLargerThanOriginal=false ... 1. When I ask a variation size larger than original, I always get the size of variation, not original, so "ScaleLargerThanOriginal" don't work (for me). 2. My small variations are always 100x100. It's hardcoded? What have I wrong? How can I correct it?
Thanks in advance Adolfo Barragán
|