Author: | manucoffin |
---|---|
Views Total: | 2,212 views |
Official Page: | Go to website |
Last Update: | February 1, 2017 |
License: | MIT |
Preview:

Description:
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');