As far as i can see the scaleable product pictures only works for pictrues uploaded to the wosbee website.
Only problem with this is that it'd be alot more handy (and often faster ) to have them located on an external website, and if you operate with big pictures as a "base" picture, then there wouldn't be a space issue either ( the 100 mb isn't alot if you also store large pictures as well ).
Scalable product picture from external link
Hi.
Your request has been added to our new features database.
-Märt
I use CSS to size my
I use CSS to size my images;
Create classes in your CSS file...
.size100 { width: 100px; }
.size200 { width: 200px; }
.size400 { width: 400px; }
Add the class name to your image...
<img alt="$product_title1$" border="0" class="size200" src="$product_picture1_url$">
and it will be automatically sized and enables you have have the same image for list view, product view and large picture popups
If you're importing image
If you're importing image url's, you can also just add a size attribute to the url variable in the product list/card. We upload a large image that's hosted elsewhere and then use width="150" to shrink it for the product list. This way all the images are the same size. The downside is that resizing images causes some pixellation on the reduced size.