Languages
[Edit]
EN

JavaScript - detect if text overflows element (horizontally or vertically)

3 points
Created by:
Giles-Whittaker
739

In this article, we would like to show you how to detect if text overflows element horizontally or vertically in JavaScript.

Quick solution:

 

Practical example

Edit

In this example, we check if the element's clientWidth or clientHeight values are less than its scrollWidth or clientHeight values to determine if the text is overflowing the element horizontally or vertically.

 

See also

Edit
  1. JavaScript - detect if text overflows element horizontally

  2. JavaScript - detect if text overflows element vertically

References

Edit
  1. Element.clientWidth - Web APIs | MDN
  2. Element.clientHeight - Web APIs | MDN

Alternative titles

  1. JavaScript - check if text overflows element (horizontally or vertically)
  2. JavaScript - detect if text is overflowing element (horizontally or vertically)
  3. JavaScript - check if text is overflowing element (horizontally or vertically)
  4. JavaScript - detect text overflow (vertical or horizontal)
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join