tbkcp_custom_image_cropper.php | |
Includes a plugin used to crop images on the fly in wordpress. See the external_plugins/ | Author: Trevor Mills |
tbkcp_custom_image_cropper | Includes a plugin used to crop images on the fly in wordpress. |
Functions | |
__construct | includes the setup file for the plugin |
form_options | Shows a list of current image sizes |
Author: Trevor Mills
Usage Example
1. Open a picture in the media gallery and select crop. 2. Select the image size from the drop down 3. Crop and save the image. Wherever that image size (it thumbnail) is present in your theme, that cropped image will show
Includes a plugin used to crop images on the fly in wordpress. See the external_plugins/custom-image-cropper.php file for documention
Functions | |
__construct | includes the setup file for the plugin |
form_options | Shows a list of current image sizes |
includes the setup file for the plugin
function __construct()
Shows a list of current image sizes
function form_options()