I have built carrousel using Bootstrap 3 js code. It consists of 3 slides divided in 5 columns(products). Each column contains multiline text description that I wanted to partially hide ending with some sort of ellipsis. And it all works perfectly well on first screen:
Issue happens when I click next arrow and next 5 items appear:
As you can see, jquery Ellipsis plugin that I have used (http://pvdspek.github.io/jquery.autoellipsis/) isn't getting applied to Description text and size text.
I have applied it using jQuery document ready but somehow only visible elements get affected???
Thank you