dotdotdot-js icon indicating copy to clipboard operation
dotdotdot-js copied to clipboard

dotdotdot.js, advanced cross-browser ellipsis for multiple line content.

Results 7 dotdotdot-js issues
Sort by recently updated
recently updated
newest added

I have attached a string that is being passed to dotdotdot and for some reason there is something that is causing it to be very slow. Can you please help...

We get those alerts from Firefox console when an iframe exists into dotdotdot container. ``` Feature Policy: Skipping unsupported feature name “accelerometer”. Feature Policy: Skipping unsupported feature name “autoplay”. Feature...

Hi, this pull request solves a problem encountered when applying dotdotdot on line elements in the fits function. It always returned zero as the height of the element so it...

In v4.1.0 the 'ellipsis' option is a plain text string, inserted in the DOM as a text node. As a feature request / suggestion, could this option be enhanced to...

dotdotdot.js a great piece of software! Could some notes please be added to the README file, or to the website, to assist us when doing a version upgrade? I ask...

I am working through the impacts of an upgrade to v4.1.0. In v4.1.0, in the case of a `` that contains multiple `` child elements, the behaviour appears to have...

I have some [Bootstrap cards](https://getbootstrap.com/docs/4.0/components/card/) on a wrapper with class .cards-grid using grid display: ``` .cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } ``` Then I limit the height...