• Resolved wreising

    (@wreising)


    I switched to this theme and it seems that new posts have their featured image cropped.

    Old posts have their full featured image.

    Am I missing a setting to show the full featured image?

    Thanks, Bill

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    To stop it from cropping, you need to edit functions.php and edit line 75 where it says:

    
    add_image_size( 'blogstream-large', 610, 343, true )
    

    To:

    
    add_image_size( 'blogstream-large', 610 )
    

    This will stop it from cropping height, only width. When you’ve edited the file, try re-uploading the image that was cropped incorrectly and see if it works.

    Thread Starter wreising

    (@wreising)

    That did the trick. Thank you so much.

    Bill

    Thread Starter wreising

    (@wreising)

    I’ve been looking through the CSS for a place to set a border radius for site images. Specifically the featured images, but all images if that is required or possible.

    Is there a location for that?

    Thanks, Bill

    Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this in Customize > Additional CSS:

    
    .entry-media img { border-radius: 20px; }
    
    Thread Starter wreising

    (@wreising)

    Beautiful.

    Thank you! It looks great.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature Image gets cropped’ is closed to new replies.