You can achieve this by changing a bit of CSS:
CSS classes present in jQuery UI stylesheet
.ui-resizable-s { height: 15px; } .ui-resizable-e { width: 15px; } .ui-resizable-se { width: 15px; height: 15px; }
In this example script you can see it in action!
Note:
You don't need to change anything in the jQuery UI stylesheet, just declare the css values ββfor the news after you include the jQuery UI stylesheet!
Zuul
source share