Featured image cropped
-
Hi,
Can you tell me why is the top of the featured image cropped in my posts and how I can fix it?
I’ve searched everywhere in the theme files, tried changing those values
add_theme_support('post-thumbnails'); if ( get_theme_mod( 'masonic_featured_image_cropping', 1 ) == 0 ) { add_image_size('small-thumb', 350, 9999, true); } else { add_image_size('small-thumb', 350, 205, true); } add_image_size('large-thumb', 570, 255, true);I can’t seem to find where it is set.
(And yes, I tried checking and unchecking the feature image crop option in the theme support)
Please help. I want the entire image to appear since it’s a photography website.
Thanks in advance
EDIT: I solved my problem with the Simple Image Sizes plugin. I found out that the problem was the default thumbnail generation sizes
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Featured image cropped’ is closed to new replies.
