I want the text to take up the entire width of the page so the height/font size will depend on the width of the page.
Asked
Active
Viewed 1,048 times
0
-
Make an image instead. – takendarkk Oct 27 '15 at 00:14
-
1If using an image, you may want to [look into SVG](http://caniuse.com/#feat=svg) so that it's not all pixelated. – Mike Oct 27 '15 at 00:18
-
Possible duplicate of [Font scaling based on width of container](http://stackoverflow.com/questions/16056591/font-scaling-based-on-width-of-container) – Mike Oct 27 '15 at 00:19
-
SVG was a GREAT idea, thanks! – iliketolearn Oct 27 '15 at 00:42
-
Possible duplicate of [how to set font size based on container size?](http://stackoverflow.com/questions/10292001/how-to-set-font-size-based-on-container-size) – Oct 27 '15 at 03:03
2 Answers
0
In modern browsers you may be able to achieve the desired effect using viewport units

Stephen Baker
- 166
- 5