When we add a post on wordpess it crop’s the image on the front view which is looking bad. So to fix this issue
Go to -> include > media.php
comment the line of codes starting from
if($crop){
//crop the largest ..............
so basically comment the crop the largest portion
and your issue will be fixed.