• Resolved itimpinoy

    (@itimpinoy)


    Images are not displaying correctly on following page
    http://yourfoodguide.net/Topics/healthy-living/
    the first two pos’ts thumbnails (low calorie… and healthy pizza) (featured images)are the correct size I want to display , but when i scroll down. I noticed the image sizes begin to vary greatly ( see thumb nail image for post Taco Stuffed Zucinni Boats

    I was advised to try Regenerate image plug in, but I was wondering if there is anything else I should try first.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can force the image to have standard height.
    Use the following in Theme Options -> Custom CSS

    .attachment-post-thumbnail {
        height: 330px !important;
    }
    Thread Starter itimpinoy

    (@itimpinoy)

    Hey Denzel Chia
    Thank you Sir!
    I tried that as well. But when I look at the site on my mobile. It forces the pictures to scrunch up.

    Thread Starter itimpinoy

    (@itimpinoy)

    Is there any other solution that could possibly work?

    I am at my wits end.

    You can re-generate image using a plugin. Or re-size image before upload.

    Thread Starter itimpinoy

    (@itimpinoy)

    Resolved: I used the regenerate plug in and resized thumbnails before upload AND the magic trick of
    {width: 98%;
    max-width: 625px;}
    for my pictures in custom css

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

The topic ‘EVOLVE Theme: post image issues.’ is closed to new replies.