risq / jquery-advanced-news-ticker

(deprecated) - A powerful, flexible and animated vertical news ticker plugin for JQuery.
http://risq.github.io/jquery-advanced-news-ticker
GNU General Public License v2.0
297 stars 104 forks source link

Change of <li> height due to different screen-sizes breaks Ticker #27

Open debloper opened 9 years ago

debloper commented 9 years ago

Mostly due to sites using em/rem units, changing font sizes on different form factor and/or due to line-breaks in portrait screens - the ticker breaks, with content shown partially (or along with the next ticker shown partially). Ellipses aren't always the solution if it happens.

Fixing this won't be very difficult, and I've managed it for my purpose in https://github.com/debloper/glusterweb/commit/58757f4f3c2f31bcd4d93cbf5d0b3ba62fea9ab5

Can send pull request (with less glued, more generic code), if there's a need for fixing this upstream.