-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make all the objects using 'data-fittext' have the same font-size #40
Comments
Not from my understanding of what you are saying, but if you could whip up a couple examples in Photoshop or something that would be helpful. If it can't be done, it sounds like a good feature - but will probably be some time off. |
Woops, sorry I should have included a screenshot So here we have two texts (Basket ball and "Course à pied" it's french, in case you're wondering)
I'dl like to get these texts to be of the same size, and the biggest possible (the intent of this being to have the longer text fit on one line whatever the size of the viewport is). |
I had a quick play around with this problem and it's all feeling pretty hacky so far. I'll have a think about attributes on child elements and what not. |
I had the same play around - got something working but nothing that I'd be happy sharing yet. I'm actively working to solve this for a project of my own, as soon as I have a workable solution I'll put a pull request in. |
Sweet, cheers : ) |
@Mikebert4 any updates on it or should I consider putting some effort into it as well? |
What could be done is add in the ability to do OTHER THINGS after a calculation which would be accessible through an |
Update: I've gotten pulled off into other projects and another dev 'solved' the issue I was having by making our title-bars non-dynamic. Sorry folks :( |
Can fittext add a style tag to the page with something like Long text that overflows a title
Shorter Text `
|
Hi,
I'm using your plugin and I'd like to know if there's any way to have the same size for a set of elements.
I have a grid with 3 elements in it and I'd love to have a 'fixed' font-size, that would correspond to the minimal font-size in this set, for all my items in the set
The text was updated successfully, but these errors were encountered: