Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 224 Bytes

StickyThumb

A little PHP class for generating thumbnail images.

Example usage:

$thumb = new StickyThumb( 200, 200, 'cover' );
$thumb->makeThumb( 'Arnold-Standing-Smiling.jpg', 'thumb.jpg' );