• searchtyagi

    (@searchtyagi)


    Hello sorry if this had been asked earlier. I am not good in coding. I downloaded this template few days back. Problem I am facing is with featured image,when I post anything, front page image doesn’t fit well, though thumbnails show full image. I need to submit this class project ASAP please help.

    http://fitnessandgrace.com/

    I will appreciate if you can help. Thank you for such a nice template.

Viewing 11 replies - 1 through 11 (of 11 total)
  • bravokeyl

    (@bravokeyl)

    Which image are you talking about?
    Is it the top header logo..

    Thread Starter searchtyagi

    (@searchtyagi)

    Hello Bravokeyl, If you see the front page pictures. They dont show full image, it looks bit cropped. No its not top header logo. I have posted logo and center picture of website.

    Thread Starter searchtyagi

    (@searchtyagi)

    bravokeyl

    (@bravokeyl)

    images are round cornered …and front page featured images take 311×146 image size

    Thread Starter searchtyagi

    (@searchtyagi)

    so I have to reduce the size of front image

    Thread Starter searchtyagi

    (@searchtyagi)

    Please correct me if I am wrong. When I make a post,I put featured image also, which then show on front page as thumbnail and latest post image. So I have to keep featured image size as 520 x 245

    bravokeyl

    (@bravokeyl)

    You are correct!..

    Why it’s taking less image size(311×146) because two articles are placed in 711px width container..
    so two articles take 50% of 711px width.if we change it to the original size 520×245 …then the other article needs to get below the first article..

    if it’s okay i will give code

    bravokeyl

    (@bravokeyl)

    This is for full width article image show.
    If you want to use custom CSS ,

    .home .post-list .post{
    width:100%;
    float: none;
    }

    You can use custom CSS plugin and place the above code

    Thread Starter searchtyagi

    (@searchtyagi)

    Hello Bravokeyl

    If I resize my featured image to 311 x 146, will that fit properly.

    bravokeyl

    (@bravokeyl)

    Yes,you can use 520 x 245 or 311 x 146 images as featured images for no cropping.

    Ref:
    Actually the featured image sizes are hard cropped in the theme .
    // Thumbnail sizes
    add_image_size( ‘thumb-small’, 160, 160, true );
    add_image_size( ‘thumb-medium’, 520, 245, true );
    add_image_size( ‘thumb-large’, 720, 340, true );

    Hello.

    I have tried all this, but it does not work. The images are still cropped. What can I do? the images are cropped on both featured images and in the post as well

    http://www.danielgomez.co

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Featured Image are cropped’ is closed to new replies.