How to stop twenty fifteen theme from cropping featured images?
Question
The twenty fifteen theme always crops featured images, it cuts from upper part of the image usually.
How to prevent it? How to show the normal dimensions of images?
In functions.php:
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 825, 510, true );
changing above to higher dimensions dont take any effect.
How to fix?
0
1 month
0 Answers
9 views
0
Leave an answer
You must login or register to add a new answer .