The category image size in Journal is predefined as 175×175.
You can change this if you edit the file:
/catalog/controller/journal2/category.php
and change these 2 lines:
1 2 |
$image_width = $this->journal2->settings->get('refine_image_width', 175); $image_height = $this->journal2->settings->get('refine_image_height', 175); |
If you want to change the custom section image size go to
custom section->edit module->General Options->Image Dimensions