Support » Theme: Hueman » Post Type: Image – Problem

  • Resolved alex_belan

    (@alex_belan)


    So i have a few posts that are image type. The problem is that the image is displayed like its zoomed, its cropped and i don’t want that. How to set the image not to be cropped in a image post type?
    Thanks and btw It’s a great awesome theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! Thanks.

    For that you would need to change the way the theme crops images with a child theme, specifically this line in functions.php:

    add_image_size( 'thumb-large', 720, 340, true );

    You can read more how to change the crop-method as you wish here:
    http://codex.wordpress.org/Function_Reference/add_image_size

    And to read more about how to use a child theme, use the theme options help dropdown, and click on the documentation. (And download a sample child theme from the help dropdown as well)

    Thread Starter alex_belan

    (@alex_belan)

    thank you for the answer but my problem is not with the thumbnail but with the image that apear on a image post like this http://animale.us/basset-hound/ look at the picture and you will see the head of the dog cropped. That’s what I want to change. Thanks

    That is a thumbnail so it is being cropped, if you use image format post – so the answer above applies for that if you want to still use thumbnails/image format.

    Otherwise you can just select Standard format post instead, and insert the image at the top of the content in the post itself, and it should not be cropped.

    Thread Starter alex_belan

    (@alex_belan)

    ok got it Thanks and btw i love the theme good job

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Type: Image – Problem’ is closed to new replies.