I have made my page width larger then 848, 900 I believe. With version 1.3.4 the porfolio page looks silly with the "new" fixed max image width. How do I change the Max Image Width from 528 to lets say 580 - for the portfolio page images.
I did change line 29 in portfolio.php
from
if ($imagewidth=='') $imagewidth = 528;
to
if ($imagewidth=='') $imagewidth = 580;
and it appears to fix the problem. What do you recommend?