<h1>Fit your headlines into max lines count</h1>
<p>This example has 2 max lines</p>
<div id="two-lines-max">
<h2>Helloooo this is a fairly long, headline which should be scaled down to fit as this would extend two lines</h2>
<h2>This is a long (but okay) headline which should NOT be scaled down</h2>
<h2>This should be a short headline</h2>
<h2>This is a totally of the charts long headline which will extend alot lines, but will never happen in real life. This is just an example to show off...</h2>
</div>
<h1>...or if you want all text to fit into the width of the container?</h1>
<p>This example has max set to 1</p>
<div id="single-line-max">
<h2>Kenneth Brøgger-Luplau</h2>
<h2>Bo Becher-Carlsen</h2>
<h2>Jens Jensen</h2>
<h2>Per Gotfried Carl-Jessing Von Percy</h2>
</div>