Great solution for text-overflow: ellipsis problems

I have just created page about my new project on GitHub. It's called FastEllipsis.

There was many approaches of how to nicely fit certain amount of text inside fixed-size HTML blocks. For example when it comes to show a list of short descriptions often your layout want to have exactly 300px width and maximum 3 lines of text per description. I made one more JavaScript solution for that problem.

For more go the the text-overflow: ellipsis - Extremely fast implementation in JavaScript