Currently working on a Rails3 + jQuery project that involves integrating Facebox.
Encountering an issue where the title text in Facebox is too large for a single line, causing it to spread across two lines and look unattractive. I'm curious if there's a way to:
- Change the title size dynamically to fit the Facebox width.
- Adjust the Facebox width dynamically to accommodate the title text on one line.