Okay
  Public Ticket #344460
images resize for responsive theme version
Closed

Comments

  • SungJin started the conversation

    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?

  •  234
    Elena replied

    Please go to Appearance - Theme Options - Extras - CSS Code and paste this:

    .hentry-content img { height: auto; }

  • Erik replied

    Hi I'm having the same problem but this solution did not fix it for me. The image is still squewed 

  •  234
    Elena replied

    Would you please post the URL of your blog?

  • SungJin replied

    Works for me thank you!