Original code is this one :
<img src="<?php echo $image->getSpecialLink($img, '50,30'); ?> alt="" border="0" />
What i had done is this :
<img src="<?php echo $image->getSpecialLink($img, "'.$image_width.",".$image_height.'"); ?> alt="" border="0" />
but it prompting me an error 🙁
Your single quotes are wrong
or
EDIT:
ok, if i’m not wrong this method resizes and adds watermark to a picture, therefore you were missing only one “