- Author: John Dyer http://j.hn/
- License: GPLv2/MIT
- Thanks: my employer, Dallas Theological Seminary
<script src="jquery.js"></script>
<script src="pinbox.js"></script>
<link rel="stylesheet" href="pinbox.css" />
<img src="images/convent-pano.jpg"
width="940"
height="365"
data-small-src="images/convent-pano-inner.jpg"
data-small-width="507"
data-small-height="264"
data-small-left="163"
data-small-top="11"
class="pinbox"
alt="View from Convent Street"
/>
<script>
jQuery(document).ready(function($) {
$('.pinbox').pinbox();
});
</script>