CSS don't work properly on android player

To be completed by the original poster:

CMS Version

2.3.9

Player Type

Android 275

Issue

CSS don’t work properly on android player. This followes CSS works on Windows Player but not under Android :

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 13;
-webkit-box-orient: vertical;

It should clamp the text on 13 lines but the text appear on the entire region.
The CCS is corectly loaded because the “text-align : justify;” is applied.

Maybe a css expert can read this post and help ;).

All the best,

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.