Is it possible to change the div’s font-size depending on how many characters are in it? I have image album titles in small fixed width div’s (100px). Sometimes the album names have too many characters that they force a new line. So I was wondering if it is possible to re-size the font to keep the title on one line?
Is it possible to change the div’s font-size depending on how many characters are
Share
Yes, by assigning a variable to a class:
In your css:
In your view