Viewing 3 replies - 1 through 3 (of 3 total)
  • img.size-full, img.size-large, .wp-post-image, .post-thumbnail img, .site-content .post-thumbnail img {
    max-height: 572px;
    }

    Your images are limited to a height of 572px, which explains the scrunching.

    You can change that to max-height: auto;

    Do you have the option in your admin to Appearances > Custom?

    If not, install a custom css plugin like this one:
    https://www.ads-software.com/plugins/simple-custom-css/

    Cut and paste the code from above, but change the 572px to auto.

    Thread Starter NAWD

    (@nawd)

    Hooray! You are awesome Janet. That worked

    Wonderful! Don’t forget to mark this thread as resolved ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrunching photos in posts’ is closed to new replies.