Quote:
Originally Posted by MGSteve
Hell, I've just thought of a solution to this....
If we had the Car of the week as a specific Showcase that people uploaded the images to. We could then set a specific image size for that showcase (if you can, otherwise is it easily hackable in code, even if its as simple as (for example)
Code:
if ($ShowCaseID == 3)
{
$max_height = 250;
$max_width=650;
}
Or to that effect? Until an option to set different image dimensions per showcase is added?
|
As I mentioned above we have an object oriented manner of capturing and storing data (attribute data as well as images) for ShowCase so there will likely be a little more involved in supporting this. Regardless a solution could be developed to support this fairly quickly.
Thanks!
Mark