-
Notifications
You must be signed in to change notification settings - Fork 205
Home
Welcome to the Aqua-Resizer wiki!
If you have issues, questions and feedbacks, please use the Issues page of this git. :)
<?php aq_resize( $url, $width, $height, $crop, $single ) ?>
(str)(required) - The image URL you want to resize/crop. Note: Must be uploaded through WordPress. Default: none
(integer)(required) - The width to be resized into in pixels. Default: none
(integer)(optional) - The height to be resized into in pixels. Default: null
(boolean)(optional) - Crop the image or not. False - Soft proportional crop mode ; True - Hard crop mode.. Default: false
(boolean)(optional) True - Return an array containing url, width, and height. False - return url. Default: false
Return image URL if single is set to true or not set.
Otherwise return array() containing
- [0] => url
- [1] => width
- [2] => height
I have included several usage samples on this page. More will be included soon
- Ability to choose "quality" of the resized images (jpeg only)
- Define custom cache path (currently uses default WP upload directory)
- Custom suffix