• Resolved herlittleloves

    (@herlittleloves)


    HI,

    When i chose a featured image it crops most of the image out to fit. I’m wondering how I can have the whole photo set as the featured image. Also at the bottom of my blog page the image is huge. I don’t even know why it has the post title and giant image in that location. Can you please show me how to delete this. It looks so bad!

    My blog is https://www.herlittleloves.com

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    The recommended image size for olsen light is 665x435px.
    You can change this by opening
    your functions.php file and
    replacing

    set_post_thumbnail_size( 665, 435, true );

    with

    set_post_thumbnail_size( 665, 0, false );

    Try installing the WP Editor plugin to enhance the default editor and then navigate to the /themes/olsen-light/ folder to find the file.

    Install the Regenerate thumbnails plugin, activate it and go to Tools -> Regen. Thumbnails to run a regeneration in order for the change to be applied.

    This will make the height expand to the image original and wont crop the image.
    Let me know if this helps

    Thread Starter herlittleloves

    (@herlittleloves)

    Thank you! ??

    Hi there, you are welcome! Please mark this thread as resolved if this helped you. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image sizing’ is closed to new replies.