如何根据需要调整文本大小?
我有一个页面,在其中我以某种显示的方式动态地将名称读取到内容区域中。我们有一些人的名字非常长,有些名字有25个字符长,而大多数在12-13个字符左右。如何根据需要调整放入 div 中的文本大小?
I have a page in which I'm reading names dynamically into a content area, in a certain displayed fashion. We have a few people whose names are extremely long, some names are 25 characters long, while most are around 12-13. How can I resize the text that I put into the div in an as-needed way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文本长度设置字体大小。您没有发布任何代码,因此我只能假设您的 HTML 的外观。
这可能是使用 jQuery 的 JavaScript。
Set the font size according to the text length. You did not post any code so I can only assume how your HTML may look like.
This could be the JavaScript using jQuery.