[jQuery] Re: Image Resize onload - works 50% of the time : help?

2009-09-05 Thread Charlie
document.ready doesn't mean images are loaded you need load handlers in order to do what you want. A quick google search found this fairly good explanation and a plugin to help http://enhance.qd-creative.co.uk/2008/12/06/the-magic-of-onload-revealed/ Roboto wrote: Hey everyone, Still

[jQuery] Re: Image resize

2009-06-19 Thread mojoeJohn
resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hello Friends , How to resize the image using jquery , Thanks B.S..Bharanikumar

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hello Friends , How to resize the image using jquery ,

[jQuery] Re: Image resize

2009-06-19 Thread Charlie
that's a server side issue, not client side bharani kumar wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25pm, bharani kumar bharanikumariyer...@gmail.com

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
ok On Fri, Jun 19, 2009 at 8:59 PM, Charlie charlie...@gmail.com wrote: that's a server side issue, not client side bharani kumar wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download : http://deepliquid.com/content/Jcrop.html On Jun 19, 7:41 pm, bharani kumar bharanikumariyer...@gmail.com wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote:

[jQuery] Re: Image resize

2009-06-19 Thread brian
On Fri, Jun 19, 2009 at 10:57 AM, kalyankalyan11021...@gmail.com wrote: Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download : http://deepliquid.com/content/Jcrop.html It does no such thing. That plugin still requires something on the server to do

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Then use imagemagic to create image resizing if you are using PHP. On Jun 19, 9:43 pm, brian bally.z...@gmail.com wrote: On Fri, Jun 19, 2009 at 10:57 AM, kalyankalyan11021...@gmail.com wrote: Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download