Im using magento 1.8.10. My website is also mobile responsive site. Images of the products is showing very large on the lending page and if anyone clicks on the products then images showing small when people using my site on mobile.
Anyone can help that how to show perfect images of every prodcuts ?
yes its simple just use
<?php
echo $this->helper('catalog/image')->init($_product, 'small_image')
->constrainOnly(false)
->keepAspectRatio(true)
->keepFrame(true)
->resize(160, 210);
?>
or whatever size you want to give you can mention in resize