
ResizeJs is a dead simple standalone JavaScript library to make an element resizable and draggable just like the Photoshop’s resize tool.
How to use it:
Load the ResizeJs’ stylesheet and JavaScript files in the document.
<script src="resize.js"></script> <link rel="stylesheet" href="resize.css">
Apply the ResizeJs to the target element as this:
ResizeJs.apply('.resizeMe');






