jquery-bigtext icon indicating copy to clipboard operation
jquery-bigtext copied to clipboard

Scale multiple paragraphs to the same size

Open jublikon opened this issue 10 years ago • 1 comments

I have got three text blocks next to each other each in its own div. How can I achieve that the text size of each of the text blocks is the same and fits into each div?

jublikon avatar Jan 04 '16 16:01 jublikon

Hey I did not understand exactly what you want to accomplish, this project objective is to make texts fit fixed-sized divs perfectly, no matter the div size. As such there is no way to make the plugin do what you ask, but you could just apply the plugin to one of the blocks, read its font-size and line-height and apply it to the other. Another option is to use the maximumFontSize option so at least if it is a value smaller than the div size both blocks would have the same size.

DanielHoffmann avatar Jan 11 '16 17:01 DanielHoffmann