hi there,
theres a function in wordpress itself where you define the max width of pictures, but I think its only for pics in articles…
perhaps the best way is to create a css class like
img.imagesize
{
width:515px;
heigth:515px
}
and add this to all of your img tags…
I hope this helps a little bit… ;o)
greetings, mathew