tbkcp_custom_image_cropper.php

Summary
tbkcp_custom_image_cropper.php
Includes a plugin used to crop images on the fly in wordpress.  See the external_plugins/custom-image-cropper.php file for documentionAuthor: Trevor Mills
tbkcp_custom_image_cropperIncludes a plugin used to crop images on the fly in wordpress.
Functions
__constructincludes the setup file for the plugin
form_optionsShows a list of current image sizes

Includes a plugin used to crop images on the fly in wordpress.  See the external_plugins/custom-image-cropper.php file for documention

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

tbkcp_custom_image_cropper

Includes a plugin used to crop images on the fly in wordpress.  See the external_plugins/custom-image-cropper.php file for documention

Summary
Functions
__constructincludes the setup file for the plugin
form_optionsShows a list of current image sizes

Functions

__construct

function __construct()

includes the setup file for the plugin

form_options

function form_options()

Shows a list of current image sizes

function __construct()
includes the setup file for the plugin
function form_options()
Shows a list of current image sizes
Close