• Hi,

    I would like to find out how to increase the size of the box where my post image is displayed in the main feed or categories (such as ‘recipes’ in my website).
    All the images gets cropped quite heavily from top and bottom, which ruins the look.
    My website https://kitchenheist.co.uk

Viewing 7 replies - 1 through 7 (of 7 total)
  • Did you try Global>Image settings and UNCHECK Dynamic thumbnails centering on any devices?

    Thread Starter lauras0225

    (@lauras0225)

    Just tried it now. All it seems to do to show different part of the image (not the center if I uncheck it).
    I want to see a whole image or a smaller version of it which would not be cropped at all.
    Thanks.

    Thread Starter lauras0225

    (@lauras0225)

    Does anyone else has any suggestions?
    The page I am having problems with is https://kitchenheist.co.uk/category/recipes/
    (it is a category, but the same thing happens if I set it on my blog feed)
    if you go to any of the recipes you will see how original image should look like. Some cropping would be acceptable, but at the moment it just looks very bad.
    If I am unable to solve this problem will have to change the theme.

    The grid size for an image is 570 x 350px. The Berry image is 570 x 1041px. What are you expecting to happen?

    Thread Starter lauras0225

    (@lauras0225)

    It is quite obvious that grid is smaller than the picture.
    What I am looking for is a solution to increase grid size to suit my pictures in a better way.
    Since my pictures come in varying sizes current display methods are very limiting.
    Are you suggesting I should only take/resize photos so they fit grid size of 570 x 350 px exactly?
    Thanks for your help so far.

    OK, been discussing with @d4z and he’s suggested adding this to functions.php:

    add_filter('tc_grid_golden_ratio', 'tc_disable_golden_ratio');
    function tc_disable_golden_ratio(){
      return 0;
    }
    Thread Starter lauras0225

    (@lauras0225)

    I have just tried it out and it definitely worked.
    I will have to do some more testing with image height to make them fit properly, but we are moving forward.
    Will update on the matter here.
    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Post list images’ is closed to new replies.