Changeset 12751
- Timestamp:
- Dec 16, 2011, 9:26:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GThumb/main.inc.php
r12733 r12751 183 183 if ($size == 'big') 184 184 { 185 $width = min($width, round( $height* 1.15));185 $width = min($width, round(max($height, $new_height) * 1.15)); 186 186 } 187 187
Note: See TracChangeset
for help on using the changeset viewer.