Right now the size proportion is 1140×395. How can I change it so my picture height is taller? Is it already answered in the forum? I can’t find a way to search as opposed to just clicking through all 89 pages!
I would like to to be closer to 1140×500
Thanks
Upload at 1140×500 and they should display that way. Make sure all images are the same size so you don’t experience any glitches as the slides move one to the other.
Open functions.php and find this line:
add_image_size( 'slider-thumb', 1140, 395, 1 );
replace it with:
add_image_size( 'slider-thumb', 1140, 500, 1 );