diff --git a/Helper/Image.php b/Helper/Image.php index 2550e9a..f40958e 100755 --- a/Helper/Image.php +++ b/Helper/Image.php @@ -144,9 +144,6 @@ protected function applyScheduledActions() if ($this->_scheduleRotate) { $model->rotate($this->getAngle()); } - if ($this->_scheduleResize) { - $model->resize(); - } if ($this->_cropPosition) { $this->_getModel()->setCropPosition($this->_cropPosition); } @@ -162,4 +159,4 @@ protected function applyScheduledActions() return $this; } -} \ No newline at end of file +}