>> I had the same problem when upgrading to 7.8:
>
> Heh... sounds like a bug in 7.8...
I added a fix to 7.8. Please update to the next nightly.
Additionaly you might want to make sure the dimensions of the artwork
requested are integers. Otherwise the server side resizing won't work.
Line 294 should be something like this:
var maxHeight = parseInt(Ext.lib.Dom.getViewWidth() * 0.40);
--
Michael
>
> Heh... sounds like a bug in 7.8...
I added a fix to 7.8. Please update to the next nightly.
Additionaly you might want to make sure the dimensions of the artwork
requested are integers. Otherwise the server side resizing won't work.
Line 294 should be something like this:
var maxHeight = parseInt(Ext.lib.Dom.getViewWidth() * 0.40);
--
Michael