Hi, so basically I need to crop all images to the same height and width, or at least the same height.
Ive just been doing the stuff;
http://codex.wordpress.org/Function_Reference/add_image_size
It works great. The issue is using the featured image doesnt allow my shadowbox plugin to work. It needs some sort of info adding in the rel= part of the html for the image. The shadow box plugin works when I add images normally but then I cant seem to access the functionality of the re-sizing that I need.
I either need a way to get shadowbox to open the big image from the resizes thumbnail ( featured image ), or some other way of altering images sizes.
The reason for this is the posts are displaying as a list on one page, they will not link to another page, so single.php for example is not being used.
Any tips are welcome!
Dan