diff options
Diffstat (limited to 'user_guide/libraries/image_lib.html')
-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 5aeb0028e..98fcc9445 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -359,7 +359,7 @@ target the original image for processing.</p> preferences for the X and Y axis (in pixels) specifying where to crop, like this:</p>
<code>$config['x_axis'] = '100';<br />
-$config['x_axis'] = '40';</code>
+$config['y_axis'] = '40';</code>
<p>All preferences listed in the table above are available for this function except these: rotation, width, height, create_thumb, new_image.</p>
|