I have some text I'd like to insert inside an image and scale the image according to the length of that text.
I chose an approach in which I set the image as background of a div and I fill in the div with text.
I tried already a lot of CSS stuff and I couldn't make the background height fit the div height (text length).
All I can find around is how to make backgrounds for the whole screen and rescale them; not anything about this. Help?