Update 02: I’ve made some changes to the site so it doesn’t serve as an example anymore. I think I’m gonna just make a new homepage from scratch, with my own thumbnails. Seems easier at this point. 🙂
Update: I’ve managed to resize the thumbs so they fit the width and height I want – yay!
But I still got the black bar and cropping problem. Anyone know how to fix that?
Also, this is the code I’ve been fiddling with, in the functions.php, and with my corrections:
// Add images sizes for the various thumbnails
add_image_size( ‘portfolio-thumbnail’, 300, 175, true );
add_image_size( ‘portfolio-thumbnail-fullwidth’, 300, 175, true );