The images are actually in 1000x1000 resolution. I want to display the images in 200x300 resolution without distorting the aspect ratio.
How can I achieve this?
Currently I used this method,
<img src="<?php echo base_url().$pl['product_image'];?>"
style="width:200px;min-height:300px; max-height:300px;"/>