Did you try Global>Image settings and UNCHECK Dynamic thumbnails centering on any devices?
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.
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?
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;
}
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.