(New page: {{Ckfinder scaling description}} <pre>Set Images = server.CreateObject("Scripting.Dictionary") Images.Add "maxWidth", 1200 Images.Add "maxHeight", 1200 Images.Add "quality", 80 Images.Add ...) |
(No difference)
|
Revision as of 11:11, 3 January 2008
The scaling option gives you an oppurtunity to specify the maximum size of uploading images. If the size is bigger than the one specified by you, the image size will be scaled to your size values.
You may also change the quality of uploading images in a range from 1 to 100. To apply these options you should change values in this section:
Set Images = server.CreateObject("Scripting.Dictionary") Images.Add "maxWidth", 1200 Images.Add "maxHeight", 1200 Images.Add "quality", 80 Images.Add "component", "Auto"