Title: Post Images Distorted
Last modified: August 31, 2016

---

# Post Images Distorted

 *  [Halfmoon1961](https://wordpress.org/support/users/halfmoon1961/)
 * (@halfmoon1961)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-images-distorted/)
 * Hello,
 * I’ve been using the Evolve theme for a while on different sites. On one of my
   sites. post images are getting distorted.
 * The images seem to want to be square in shape. If is use a rectangle, they get
   distorted.
 * A rectangular banner in the post gets a little distorted also. I’ve searched 
   for help on this, but no luck.
 * [Link to an example on the site

Viewing 1 replies (of 1 total)

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-images-distorted/#post-7079873)
 * Remove the max-height from the following css code found in your Theme Options-
   > Custom CSS
 *     ```
       img.img-responsive {
         max-height: 290px !important;
         min-height: 290px;
       }
       ```
   
 * You are setting a max-height on image with class name img-responsive
    There those
   images in your content are restricted to 290px which is why you see them distorted.

Viewing 1 replies (of 1 total)

The topic ‘Post Images Distorted’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/post-images-distorted/#post-7079873)
 * Status: not resolved