3069 Posts in 868 Topics by 650 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 162 Views |
-
How to resize an image directly after the upload?

14 March 2013 at 3:52am
Hi,
I try to limit the size of uploaded image to a maximum of 1600 px, but I don't get it...
That's what I have so far:
class WebImage extends Image {
protected function onBeforeWrite() {
parent::onBeforeWrite();
$this->SetRatioSize(1600, 1600);
}
}Thanks for any help.
Best, Mario
| 162 Views | ||
|
Page:
1
|
Go to Top |


