I have images that will be quite big in dimension and I want to shrink them down with jQuery while keeping the proportions constrained, i.e. the same aspect ratio.
C
This totally worked for me for a draggable item - aspectRatio:true
.appendTo(divwrapper).resizable({ aspectRatio: true, handles: 'se', stop: resizestop })