Skip to content

imgResize – easy way to resize img on Air w/o any special knowledges

Notifications You must be signed in to change notification settings

mobypolo/imgResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMGRESIZE

Easiest way for resize img We glad to introduce easiest way to resize any img on air by server side.

How to integrate:

  1. Upload archive to your server in root directory of your project and unzip it

unzip /path/to/zipfile

  1. Set to folder recursively chmod 0755

chmod -R 0755 /path/to/folder

  1. Add this line to .htaccess somewhere on top of file:

RewriteRule ((.+):([\dxa-z]+))$ /imgResize/resizeOnAir.php?file=$1 [B,L]

  1. Congrulation! All works!

######For more info and support, please visit as on http://imgresize.mobypolo.com

About

imgResize – easy way to resize img on Air w/o any special knowledges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages