字体大小取决于字符长度?
是否可以根据 div 中的字符数来更改其字体大小?我有小型固定宽度 div (100px) 中的相册标题。有时,专辑名称包含太多字符,以至于需要换行。所以我想知道是否可以重新调整字体大小以使标题保持在一行上?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,通过将变量分配给类:
在您的 css 中:
在您的视图中
Yes, by assigning a variable to a class:
In your css:
In your view
没有CSS方法可以做到这一点,您可以使用javascript或 text-overflow CSS3
There is not a css way to do it you can use javascript or text-overflow in css3