I see where you can have the images in the portal resized to 300 x 300 max.
Where would I go to change it from 300 x 300 to whatever I wanted?
That resize is a hard-coded width of 300, with the height changed proportionally.
To change this,
In file portal.js (found in Themes/default/scripts)
See function sp_image_resize()
Every place you see 300, change it to your desired new width.
This will set every image to the same width.
Thank you!
Worked perfectly!
I had looked all over, but never would have guessed it would be in the js file....LOL
I am glad this worked. I hope you won't mind I've marked this topic "solved".
Thanks!
Don't mind at all.
Thought I had done it, but guess I missed it this time....LOL
Thanks again. :)