[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Michael E. Carluen
l 20, 2007 5:07 PM > To: jQuery (English) > Subject: [jQuery] Re: Image dynamic resizing > > > I've just (like in the last 5 minutes) written a zoom plugin that will > resize the image on the fly when requested. > > You could link a slider (Ext?) or input box to chan

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Remy Sharp
I've just (like in the last 5 minutes) written a zoom plugin that will resize the image on the fly when requested. You could link a slider (Ext?) or input box to change the size and call the plugin against the image: http://remysharp.com/wp-content/uploads/2007/04/zoom.js On Apr 21, 12:21 am, A

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Sean Catchpole
I assume $('img').css({width:'100px'}); is not what you want. Are you asking for something with an image slider. ~Sean