You could set the resize handles option to only show on the left and right (or east/west), like this:
foo.resizable({
handles: 'e, w'
});
You can give it a try here.
You could set the resize handles option to only show on the left and right (or east/west), like this:
foo.resizable({
handles: 'e, w'
});
You can give it a try here.