diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 13:25:10 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 13:25:10 +0200 |
commit | f7ba13da5fc004481cf057f47260f955d52e91ca (patch) | |
tree | b4362c0c8ab7dd1885f5a15a6e0c8c01bac71b64 | |
parent | 7f88aa51fb56cb6e0d50f55f07fd8638d7a625b2 (diff) |
added cropping to the list of items "maintain_ratio" can be used on.
-rw-r--r-- | user_guide/libraries/image_lib.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index 2b239e8f0..f905b88f8 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -261,7 +261,7 @@ preferences have no effect on cropping. The "availability" column indicates whi <td class="td">TRUE</td>
<td class="td">TRUE/FALSE (boolean)</td>
<td class="td">Specifies whether to maintain the original aspect ratio when resizing or use hard values.</td>
-<td class="td">R</td>
+<td class="td">R, C</td>
</tr>
|