Selecting 700px as IMAGE MAX SIZE in Over and Over resizes the maximum dimension of an image to 700px. I.e. the max width of a horizontal image becomes 700px and the max height of a vertical image also becomes 700px.
I'd like to change the image max size settings so that the resizing to 700px only effects width of an image. So that vertical images can be 700px wide.
CSS solutions are fine, but I don't mind diving into the source code to find out where those max values are set. Can anyone point me in the right direction?
Thanks!