Snippets tagged “resize”
2 snippets use this tag.
- How to Disable the Resizing of the <textarea> Element?CSS
Use the CSS3 resize property with its "none" value to disable the resizing function of the textarea element. Learn the ways of only vertically or horizontally resizing, too.
- Lazy load images with JavaScriptJavaScript
Read this tutorial and learn detailed information about some simple and fast techniques that are used to decrease image loading time using JavaScript.