How can I increase the size of the Featured image (height) ? (on Blog and Post layout)
Subject : How can I increase the size of the Featured image (height) ?
My setup :
- I used Golf layouts
- I used Layout for Blog Page : Photo (Horizontal Images)
-----------------------
Hi,
How can you aid me solve these; [Blog and post layout]
issue : The scale of the images do not match the my stock images. Make the most The head of the person in the picture are cut.
1. How can I Increase : the Featured image size (height) ?
2. Another case : Turn off automatically cut height ? (In order to image width x height automatically. I do not need to photoshop adj size picture anymore.)
Thank you very much
varitv
Blog layout
Post layout
Comments
to increase any images sizes, you must play with add_image_size() functions under functions/theme-functions.php file. Please remember also that after size change, you must use https://pl.wordpress.org/plugins/force-regenerate-thumbnails/ plugin to re-create all sizes.
add_image_size( 'blog-single', 1200, 683, true ); // blog - single
------------------------
wow big picture!
I will try Adj to look for the perfect size. ^_____^
varitv