Hello, vertically ellipsized text!
November 06, 2014

Isn’t that something?
The style is rather simple:
overflow: hidden
text-overflow: ellipsis
display: -webkit-box
-webkit-box-orient: vertical
-webkit-line-clamp: 6Gone are the old days of:

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrapHey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.