JayeshLab / vue-resize-text

A vue directive which automatically resize font size based on element width.
https://jayeshlab.github.io/vue-resize-text/index.html
MIT License
71 stars 7 forks source link

Text not resizing to fit into div #13

Open MaxVeilleuxMTL opened 1 year ago

MaxVeilleuxMTL commented 1 year ago

I am sizing / positioning a div relative to it's parent in % values (see attached screen).

Screen Shot 2023-02-27 at 2 57 41 PM

The text overflows the div. The only way to fix this is by manually changing the ratio, but I don't know in advance the length of each text.

Why isn't the text resizing properly to fit it's parent?