Answer the question
In order to leave comments, you need to log in
The line-clamp property interferes with the translation of html into canvas. How to fix?
If you add a set of css properties to the text to cut off the text (to leave ... at the end):
p {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question