Cross-browser multi-line text overflow with ellipsis appended within a fixed width and height

前端 未结 25 2753
栀梦
栀梦 2020-11-22 16:19

I made an image for this question to make it easier to understand.

Is it possible to create an ellipsis on a

with a fixed width and multiple
25条回答
  •  醉梦人生
    2020-11-22 16:53

    Here I made another library with faster algorithm. Please check:

    https://github.com/i-ahmed-biz/fast-ellipsis

    To install using bower:

    bower install fast-ellipsis
    

    To install using npm:

    npm install fast-ellipsis 
    

    Hope you enjoy!

提交回复
热议问题