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

前端 未结 25 2440
栀梦
栀梦 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!

    0 讨论(0)
提交回复
热议问题