Hi, I am working on a website which will allow user to create a standard comic strip with 3 panels. Each panel will have a speech bubble with some text inside it. Text content will be of variable length (but within some limit say 20-120 chars).
I am researching on how to fit the text inside the speech bubble image dynamically based on text length like below:
I searched the Bubble forum and found a few suggestions:
-
change the text size dynamically based on text length (suggested here: Change text size to fit container - #2 by dan1)
-
there is a Fix Text plugin (under development) which should be able to do this but it is in development (Text size ratio - #3 by Bubbleboy)
I wanted to know what are the other options/approaches to achieve this that I should consider?
Thanks
Frosty