Answer the question
In order to leave comments, you need to log in
How to remove category image resize on OpenCart?
if ($_category['homethumb_image']) {
$homethumb_image = $this->model_tool_image->resize($_category['homethumb_image'], $setting['width'], $setting['height']);
} else {
$homethumb_image = $this->model_tool_image->resize('placeholder.png', $setting['width'], $setting['height']);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question