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: 6
Gone are the old days of:
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
Hey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.