Plugin Directory

Changeset 776300


Ignore:
Timestamp:
09/21/2013 09:33:05 AM (13 years ago)
Author:
amtyera
Message:

updated the version number

Location:
amtythumb
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r520328 r776300  
    66
    77Author: Amit Gupta
    8 Version: 2.0
     8Version: 2.0.1
    99Author URI: http://article-stack.com/
    1010*/
  • amtythumb/trunk/amtyThumbAdminPg.php

    r493416 r776300  
    8686    Image URL/Post ID : <input type="text" name="post_id" value="<?php echo $_POST['post_id'];?>" style="width:250px"/>
    8787    <br />
     88    If you don't specify percent then specify width and height both.
     89    <br />
    8890    Percent (only numeric) : <input type="text" name="percent" value="<?php echo $_POST['percent'];?>" style="width:50px"/> |
    8991    Width : <input type="text" name="width" value="<?php echo $_POST['width'];?>" style="width:50px"/>
    9092    Height : <input type="text" name="height" value="<?php echo $_POST['height'];?>" style="width:50px"/>
     93    <br />
     94    if you specify Constrain as 0, resized image will be stretched. To maintain the ratio keep it 1.
    9195    <br />
    9296    Zoom/Crop :  <select name="zc"><option value="0">0</option><option value="1">1</option></select>
Note: See TracChangeset for help on using the changeset viewer.