Thursday, September 5, 2013

SLIR

SLIR (Smart Lencioni Image Resizer) resizes images, intelligently sharpens, crops based on width:height ratios, color fills transparent GIFs and PNGs, and caches variations for optimal performance.

Download SLIR
https://github.com/lencioni/SLIR

Install SLIR
After you have SLIR downloaded, visit http://yourdomain.com/slir/install/


Issue - Internal server error at production:
Solution: At production domain update the .htaccess file. Comment below 2 lines.
 php_value auto_prepend_file none
 php_value auto_append_file none

also add below lines in .htaccess
RewriteEngine On
RewriteBase /slir/

No comments:

Post a Comment