Revision 1826
Added by Luisehahne almost 13 years ago
- fixed to big preview images in media
| thumbs.php | ||
|---|---|---|
| 48 | 48 |
// $thumb->cropFromCenter(80,50); |
| 49 | 49 |
// $thumb->resizePercent(40); |
| 50 | 50 |
} else {
|
| 51 |
// $thumb->adaptiveResize(250,250);
|
|
| 52 |
$thumb->resizePercent(30);
|
|
| 51 |
$thumb->Resize(300,300);
|
|
| 52 |
// $thumb->resizePercent(25);
|
|
| 53 | 53 |
// $thumb->cropFromCenter(80,50); |
| 54 | 54 |
} |
| 55 | 55 |
$thumb->show(); |
Also available in: Unified diff