Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 910 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 910 Bytes

Overview

OptimizeImage is a php class which enables any image within any subfolder to be resized to any proportion. Images won't be stretched (by default) and are cached. The script is unobtrusive; no modification is necessary to the storage location and/or uri of an image and the script only runs when query string parameters are added to an image uri.

Bugs and Issue

Have a bug or an issue with this template? Open a new issue here on GitHub

Installation

Copy the files class.resize.php, .htaccess and resize.php and the cache folder to any folder within your website root. If there is already a .htaccess file, add the contents of the new .htaccess file to the end of the existing file. You will now be able to append width, height, quality and mode to the url and the image displayed will be resized as expected.

Read More

See Docs