sollenne / angular-fittext

Angular Directive to auto-scale text to fit it's parent container. (fittext.js)
https://www.npmjs.com/package/angular-fittext
33 stars 18 forks source link

Is it possible to set a group to determine max fontsize? #25

Open lorrandavid opened 5 years ago

lorrandavid commented 5 years ago

I have a few cards and I'd like to use this plugin but when I set fittext for all the items it breaks everything because some texts are smaller than others.

sollenne commented 5 years ago

Have you tried using flexbox to do this? That’s honestly what I would use. You can use this directive in your *ngFor