Hello, on the main portfolio page, I'd like to change the height of the featured image. I'm using a 4-column set up and right now the image dimensions are 204px137px.
How could I change it to 204x400px for example?
thank you
you could either use the custom thumbnail option instead of the featured image where no cropping would happen or you could opt for the more involved mod and change the image size in the functions.php and then regenerate all your thumbnails using a plugin like this: http://wordpress.org/plugins/regenerate-thumbnails/
Hey Michael,
you could either use the custom thumbnail option instead of the featured image where no cropping would happen or you could opt for the more involved mod and change the image size in the functions.php and then regenerate all your thumbnails using a plugin like this: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers :)
thank you!