Nombre de mots maximum

Hello,
I’ve tried everything but I can’t find a solution. If anyone can help me I would be very grateful. : )

I would like to have a maximum number of words in my blocks and that it displays three small dots at the end of the text (…)

I would like all my blocks to be the same size so that I don’t have a broken design as it is currently on the page : https://www.skillco.fr/outils



Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @Abels,

Try adding an HTML embed to the top of your page and add this code:

<style>
.text-block-69 {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
</style>

Source: Ellipsis in text elements | Easy cap on amount of lines - Webflow