Re: Image auto-resize in browser

2010-02-01 Thread Erik van Oosten
Perhaps remove the height and width attributes? Regards, Erik. Matt Zemeck wrote: There is a feature of IE that resizes large images automatically. When you hover over the image you can click to expand it to actual size. This feature is not working for my images. imgsrc=filename.jpg

Image auto-resize in browser

2010-01-30 Thread Matt Zemeck
The images rendered by my page don't auto-resize (very large image) in the browser.  I have the setting enabled in IE and if I manually go to the generated src value url they do auto-resize.  The generated img tags looks fine.  Any ideas?

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
Can you be a little more specific? Are you resizing using a resource? What does your img tag look like in HTML? On Jan 30, 2010, at 4:27 PM, Matt Zemeck wrote: The images rendered by my page don't auto-resize (very large image) in the browser. I have the setting enabled in IE and if I

Re: Image auto-resize in browser

2010-01-30 Thread Matt Zemeck
Lombardi and...@mysticcoders.com To: users@wicket.apache.org Sent: Sat, January 30, 2010 9:04:26 PM Subject: Re: Image auto-resize in browser Can you be a little more specific?  Are you resizing using a resource?  What does your img tag look like in HTML? On Jan 30, 2010, at 4:27 PM, Matt Zemeck

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
/ From: Andrew Lombardi and...@mysticcoders.com To: users@wicket.apache.org Sent: Sat, January 30, 2010 9:04:26 PM Subject: Re: Image auto-resize in browser Can you be a little more specific? Are you resizing using a resource? What does your img tag look like in HTML? On Jan 30

Re: Image auto-resize in browser

2010-01-30 Thread Matt Zemeck
9:45:19 PM Subject: Re: Image auto-resize in browser Is wicket somehow inhibiting this functionality?  I would think it's not the best user experience to force a user to download something larger than the viewing image.  Is this being served through wicket filter inside the webapp? Sent from my

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
for. From: Andrew Lombardi and...@mysticcoders.com To: users@wicket.apache.org users@wicket.apache.org Cc: users@wicket.apache.org users@wicket.apache.org Sent: Sat, January 30, 2010 9:45:19 PM Subject: Re: Image auto-resize in browser Is wicket somehow

Re: Image auto-resize in browser

2010-01-30 Thread Steve Swinsburg
@wicket.apache.org Sent: Sat, January 30, 2010 9:45:19 PM Subject: Re: Image auto-resize in browser Is wicket somehow inhibiting this functionality? I would think it's not the best user experience to force a user to download something larger than the viewing image. Is this being served

Re: Image auto-resize in browser

2010-01-30 Thread Matt Zemeck
Tried the filter, doesn't change From: Andrew Lombardi and...@mysticcoders.com To: users@wicket.apache.org Sent: Sat, January 30, 2010 10:12:09 PM Subject: Re: Image auto-resize in browser try it with the filter, it could be that because it's passing through