www.thekitchentool.com
http://www.thekitchentool.com/store/...4700124576929/
store id: 30175
Hi Eric, I tried changing this code in the Custom CSS and increased those sizes to various sizes ending up with 350 or so but it never really seemed to make that much difference in the image size - some yes, but not a whole lot. Can you tell me what I should set them to?
Thanks, Melissa
#view .sp .lc .thmb { width: 285px; }
#view .sp .lc .thmb img
{
max-width: 285px;
width: expression(this.height < this.width && this.width > 285px ? '285px' :true);
}