如何动态调整大小以适合文本?
我正在使用 Rails3 + jQuery 来构建一个使用 Facebox 的应用程序。
在 Facebox 中,标题文本太大,无法容纳在一行中,因此它被分成两行。它看起来很丑,所以我想知道是否有办法:
- 动态调整标题的大小以适应facebox的宽度。
- 动态调整 Facebox 宽度以使标题文本适合单行。
I am using Rails3 + jQuery to build an app using Facebox.
In the facebox, the title text is too big to fit in a single line, so it is being spread into two lines. It looks ugly, so I was wondering whether there was a way to either:
- Adjust the size of the title dynamically to fit the facebox width.
- Dynamically adjust the facebox width to fit the title text on a single line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这个答案适合您的需求:计算文本宽度
I think this answer fits your needs: Calculating text width