Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
resize

6 Articles
{
,

}
Direct link to the article “resize: none;” on textareas is bad UX
resize textarea ux

“resize: none;” on textareas is bad UX

Catalin Rosu:

Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times

…
Avatar of Chris Coyier
Chris Coyier on Jan 30, 2020
Direct link to the article Resizeable CodePen Embeds
resize

Resizeable CodePen Embeds

If you put an Embedded Pen into a resizeable container, it will fluidly resize to fill both the vertical and horizontal space. Nothing overly incredible, but I link it up here because I think the whole idea of offering user-resizeable …

Avatar of Chris Coyier
Chris Coyier on May 4, 2017
Direct link to the article Scaled/Proportional Content with CSS and JavaScript
aspect ratio resize

Scaled/Proportional Content with CSS and JavaScript

The web is a fluid place. Different sized screens, yadda yadda yadda. Fortunately for us, the web is ready for it. Text wraps. CSS gives us control over how to size things. What we don’t get (easily, anyway) is a …

Avatar of Chris Coyier
Chris Coyier on Nov 24, 2015 (Updated on May 4, 2017)
Direct link to the article Done Resizing Event
jQuery resize

Done Resizing Event

If you’re used to something like jQuery UI resizeable, you get events you can bind to during the resizing, but also at the end of resizing.

No such event exists in native JavaScript.

You can fake it by setting …

Avatar of Chris Coyier
Chris Coyier on Oct 6, 2014 (Updated on May 4, 2017)
Direct link to the article resize
resize textarea

resize

The resize property controls if and how an element can be resized by the user by clicking and dragging the bottom right corner of the element.

.module {
  resize: both;
}

Super important to know: resize does nothing unless the …

Avatar of Sara Cope
Sara Cope on Sep 6, 2011 (Updated on Jan 31, 2019)
Direct link to the article Textarea Tricks
resize textarea

Textarea Tricks

Oh, <textarea></textarea>‘s. How many quirks you posses. Here is a collection of nine things you might want to do related to textareas. Enjoy.…

Avatar of Chris Coyier
Chris Coyier on Jul 16, 2010 (Updated on Dec 10, 2018)

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways hosting
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top