[jQuery] resizable aspectRatio, does it work?

[jQuery] resizable aspectRatio, does it work?


Hi there,
I am trying to create a resizable object that gets resized only using
the se handle and maintains its aspect ratio.
I tried:
var options={aspectRatio: 'preserve' }
resizeobj.resizable(options);
but nothing happens.
Am I doing something wrong?
Val