Cross-Browser resize Property
Cross-Browser resize Property
Resize property is the method of allowing an element to be resized by the user, with options to limit to a given direction.
Browser Support
This feature is already supported by a few major browsers including Chrome, Firefox, Safari and Opera.
Code Example
You can use resize property like this:
div {
resize: both;
overflow: auto;
}
More Information
More information can be found here.