Skip to content

Instantly share code, notes, and snippets.

@lucadegasperi
Created August 12, 2013 12:51
Show Gist options
  • Save lucadegasperi/6210556 to your computer and use it in GitHub Desktop.
Save lucadegasperi/6210556 to your computer and use it in GitHub Desktop.
<!-- in the body -->
<script src="path/to/jquery.js"></script>
<script src="path/to/baseline.js"></script>
<script>
$(document).ready(function(){
$('img').baseline(24);
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment