:scissors: Ellipsis long paragraph :scissors:

:tada: :tada: Vanilla Javascript. NO DEPENDENCIES :tada: :tada:

Demo: demo.html

Script to trim long paragraphs by adding ‘…’ at the end

Adding more-text class

Add ‘more-text’ class to element that you want to add ellipsis. Script will cut the 300 characters by default

Adding more-text-{length} class

Add ‘more-text-{length}’ class to element that you want to add ellipsis. Script will cut the characters that you indicate in the class.

Example

 <p class="more-text-12">Add 'more-text-{length}' class to element that you want to add</p>

Result

  Add 'more-te...