There’s currently no support for custom featured image sizes. I may experiment with this in the future but it’s not really on a to-do list at the moment.
Adam,
Is there something that can be done about the image quality? It appears that it is using the thumbnail size. I would like to use a medium sized photo as we are displaying in some areas, 250×250 and the image looks distorted.
THanks,
David
I am also in need of using a bigger image size, I installed the plugin and set it up on a private school’s site and I’m able with css to show a bigger image size but it looks like it’s the 100×100 size “blown up” or I get the distorted view David is talking about. I looked through the php files… This is the page — http://gbrss.org/about-us/faculty-bios-2/ This is the css I used but as you will see the image quality has deterioted —- .single-staff .photo img
{
max-width: 225px;
height: 225px;
}
David, Did you find a way to have true 250×250 images? Adam, Any chance this has been moved onto your t0-d- list now?