Skip to content

Instantly share code, notes, and snippets.

@joseadrian
Created May 31, 2013 15:49
Show Gist options
  • Save joseadrian/5685928 to your computer and use it in GitHub Desktop.
Save joseadrian/5685928 to your computer and use it in GitHub Desktop.
Calculate number of lines depending on line-height (jQuery). The line-height should be set
var numberOfLines = element[0].offsetHeight / element.css('lineHeight').replace('px','');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment