resize imagebundle

2009-04-04 Thread L Frohman
I couldn't find any information on this. I have an application where the images get resized using setWidth(), setHeight(). This shrinks the images to the requested size. I changed the application to use ImageBundle, and the images come from AbstractImagePrototype.createImage(). But now, the

Re: resize imagebundle

2009-04-04 Thread István Szoboszlai
Hello, I had this problem, too. Actually it is how html works. Imagebundle creates css background, and the background image can not be resied AFAICT. Best - István On Sat, Apr 4, 2009 at 10:29 PM, L Frohman lfroh...@gmail.com wrote: I couldn't find any information on this. I have an