Changeset 776300
- Timestamp:
- 09/21/2013 09:33:05 AM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 8 added
- 2 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/amtyThumb.php (added)
-
tags/2.0.1/amtyThumbAdminPg.php (added)
-
tags/2.0.1/amtytextthumb.gif (added)
-
tags/2.0.1/cache (added)
-
tags/2.0.1/lead-img.php (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (1 diff)
-
trunk/amtyThumbAdminPg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r520328 r776300 6 6 7 7 Author: Amit Gupta 8 Version: 2.0 8 Version: 2.0.1 9 9 Author URI: http://article-stack.com/ 10 10 */ -
amtythumb/trunk/amtyThumbAdminPg.php
r493416 r776300 86 86 Image URL/Post ID : <input type="text" name="post_id" value="<?php echo $_POST['post_id'];?>" style="width:250px"/> 87 87 <br /> 88 If you don't specify percent then specify width and height both. 89 <br /> 88 90 Percent (only numeric) : <input type="text" name="percent" value="<?php echo $_POST['percent'];?>" style="width:50px"/> | 89 91 Width : <input type="text" name="width" value="<?php echo $_POST['width'];?>" style="width:50px"/> 90 92 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. 91 95 <br /> 92 96 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.