Font size auto adjust to fit

后端 未结 7 1808
夕颜
夕颜 2020-12-09 09:06

I\'m trying to do what the title says. I\'ve seen that font-size can be a percentage. So my guess was that font-size: 100%; would do it, but no.

7条回答
  •  轮回少年
    2020-12-09 09:57

    This question might help you out but I warn you though this solves it through jQuery:

    Auto-size dynamic text to fill fixed size container

    Good luck.

    The OP of that question made a plugin, here is the link to it (& download)

    BTW I'm suggesting jQuery because as Gaby pointed out this can't be done though CSS only and you said you were willing to use js...

提交回复
热议问题