Title: Remove image cropping
Last modified: August 31, 2016

---

# Remove image cropping

 *  [jamesdcormier](https://wordpress.org/support/users/jamesdcormier/)
 * (@jamesdcormier)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-image-cropping/)
 * I’m working on a site for a client who wants image-cropping removed from the 
   thumbnail images on the front page. I’ve managed to do this for the single post
   pages, but everything I’ve tried for the front blog section results in a broken
   layout. Does anyone have any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [coredesigners.net](https://wordpress.org/support/users/coredesigners/)
 * (@coredesigners)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-image-cropping/#post-7411355)
 * Have you tried after removing the class “attachment-blog-shortcode-thumb” from
   the img tag.
 * `<img src="https://wp-themes.com/wp-content/themes/connexions-lite/images/front-
   blog-img.jpg" alt="Elements" class="attachment-blog-shortcode-thumb wp-post-image"
   >`
 *  Thread Starter [jamesdcormier](https://wordpress.org/support/users/jamesdcormier/)
 * (@jamesdcormier)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-image-cropping/#post-7411366)
 * The problem is related to
 *     ```
       .home .news_blog .skt_blog_top img {
           max-height: 240px;
       }
       ```
   
 * If I change the max-height in the css, the thumbnails appear as desired, but 
   the grid layout breaks down and the post boxes start jumbling up. I haven’t been
   able to figure out why this is yet.
 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-image-cropping/#post-7411641)
 * Hi there,
    The theme is using image size for the front blog thumbnails check 
   1. [https://themes.trac.wordpress.org/browser/connexions-lite/1.0.4/front-page.php#L56](https://themes.trac.wordpress.org/browser/connexions-lite/1.0.4/front-page.php#L56)
   2. [https://themes.trac.wordpress.org/browser/connexions-lite/1.0.4/functions.php#L72](https://themes.trac.wordpress.org/browser/connexions-lite/1.0.4/functions.php#L72)
 * You can set image size in functions.php or simply change the thumbnail size parameter
   to ‘full’ refer-> [how to get original image wp](http://wordpress.stackexchange.com/questions/20785/how-to-get-original-image-using-wp-get-attachment-image-src).
 * Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove image cropping’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/connexions-lite/1.0.6/screenshot.
   png)
 * Connexions Lite
 * [Support Threads](https://wordpress.org/support/theme/connexions-lite/)
 * [Active Topics](https://wordpress.org/support/theme/connexions-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/connexions-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/connexions-lite/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [image cropping](https://wordpress.org/support/topic-tag/image-cropping/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 3 replies
 * 3 participants
 * Last reply from: [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/remove-image-cropping/#post-7411641)
 * Status: not resolved