On 9/20/07, chickabee <[EMAIL PROTECTED]> wrote: > I like to know if wicket has any built-in feature for scaling images while > maintaining aspect ratios, Thanks !
There are oodles of image manipulation frameworks out there, there is no need for Wicket to provide that. And if that fails, you can always just set the width or the height of the image tag. The browser will scale the image for you (only set either the width or height, not both!), the image's filesize will not change though, so your 10MB picture will still be a whopping 10MB download, even if you tell the browser it should fit in a 80x120 pixel canvas. Martijn -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
