aleray / aa.olga

1 stars 0 forks source link

Make a recipe for zoomable on embeds #5

Open aleray opened 9 years ago

aleray commented 9 years ago

See what's the score publication.

aleray commented 9 years ago

Something like this should work:

<div class="panzoom">
<a href="http://exemple.org/img.jpg"><img src="http://exemple.org/img.jpg" style="width: 200px;" alt=""></a>
</div>
<script src="http://andrew.hedges.name/experiments/pan-zoom/jquery.panzoom.min.js"></script>
<script>$.panzoom();</script>