Skip to content

Instantly share code, notes, and snippets.

@sebdeckers
Created April 13, 2013 17:05
Show Gist options
  • Save sebdeckers/5379212 to your computer and use it in GitHub Desktop.
Save sebdeckers/5379212 to your computer and use it in GitHub Desktop.
Using JavaScript snippets
<!DOCTYPE html>
<html>
<head>
<title>Homepage | My Personal Site</title>
</head>
<body>
<article>
<h1 id="headline">Nunc Vehicula Dapibus</h1>
<p>Proin ornare ligula eu tellus tempus &amp; elementum.</p>
<p>Aenean bibendum iaculis mi,
nec blandit lacus interdum vitae.</p>
<p>Vestibulum non nibh risus, a scelerisque purus.</p>
</article>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="jquery.fittext.js"></script>
<script>
jQuery("#headline").fitText();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment