View Single Post
  #8 (permalink)  
Old 08-22-2009, 01:44 PM
Mark's Avatar
Mark Mark is offline
Administrator
 
Join Date: Nov 2008
Posts: 1,079
Default

Quote:
Originally Posted by MGSteve View Post
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
__________________
Mark Ferguson
President - Drive Thru Online, Inc.
Drive Thru Online – Helping Turn Your Passion into Profit
Reply With Quote