On the responsive theme, I noticed that the featured images readjust to fit the display.
However all the images I place into the post body resize and don't keep the aspect ratio as it does for the featured image. Is there a way or simple code to add to have it mirror that behavior?
On the responsive theme, I noticed that the featured images readjust to fit the display.
However all the images I place into the post body resize and don't keep the aspect ratio as it does for the featured image. Is there a way or simple code to add to have it mirror that behavior?
Please go to Appearance - Theme Options - Extras - CSS Code and paste this:
.hentry-content img { height: auto; }
Hi I'm having the same problem but this solution did not fix it for me. The image is still squewed
Would you please post the URL of your blog?
Works for me thank you!