• I’m currently using this theme on https://rwrant.co.za and I love it

    I only have an issue with the image sizes that are built into the theme.

    Most of my images don’t look good at 520 x 245, they either cut off on the top or the bottom

    My post images would probably display perfectly if the aspect ration were 4:3 (600 x 400).

    How to I edit the image sizes that are displayed for the posts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Running Wolf,
    I took a look to your Quest and website and Im not clear what you need.
    Can you point to some picture and say what you thing is not good and how you want it to be?
    The best, make screenshot and mark up what you need.
    Are you talking about editing images before you put them on website OR how the theme handles images?
    I will be back late today, going for Single Track Trail Biking for whole day.
    Thanks
    Cheers
    TR

    • This reply was modified 8 years, 6 months ago by Tahoerock.
    Thread Starter runningwolf

    (@runningwolf)

    Hi TR:

    Here you go: https://rwrant.co.za/wp-content/uploads/2016/09/Screenshot.png

    I want those images to display with a 4:3 aspect ratio

    Thanks

    Hello RunningWolf,

    Open wp-content/themes/hueman/functions/init-color.php and search for Thumbnail sizes. Here you can change thumbnail size values from

    add_image_size( 'thumb-medium', 520, 245, true );

    to

    add_image_size( 'thumb-medium', 520, 520, true );

    This of course, will get lost if you update the theme, so make sure to use functions.php inside of your child theme.

    • This reply was modified 8 years, 6 months ago by FadingMusic.
    Thread Starter runningwolf

    (@runningwolf)

    Thanks, managed to fix that this morning

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resizing Images’ is closed to new replies.