navigate to administrator/components/com_k2/models/category.php
replace the two liens below
$handle->image_resize = true; $handle->image_ratio_y = true;
with
$handle->image_resize = false; $handle->image_ratio_y = false;
:)
navigate to administrator/components/com_k2/models/category.php
replace the two liens below
$handle->image_resize = true; $handle->image_ratio_y = true;
with
$handle->image_resize = false; $handle->image_ratio_y = false;
:)