#5176

Tu Tran
Moderator

Hi,

To solve this problem, please go to the file app\code\local\Sns\Kalolia\Helper\Data.php, find the code below:

public function getImgRate() {
	return 1;
}

you can change the image size by editing ‘1’ to the number as the ratio of Width/Height that you want.

Thanks,