query.photoSwipe.lightbox - ducsduyen/Web-Extentions GitHub Wiki
Welcome to the jquery.photoSwipe.lightbox wiki!
This plugin create lightbox image viewer using photoSwipe.
<link href="/scripts/photoswipe/photoswipe.css" rel="stylesheet" />
<link href="/scripts/photoswipe/default-skin/default-skin.css" rel="stylesheet" />
<script src="/scripts/photoswipe/photoswipe.min.js"></script>
<script src="/scripts/photoswipe/photoswipe-ui-default.min.js"></script>
<script src="/scripts/jquery.photoswipe.min.js"></script>
<div id="gallery">
<img style="width:200px" src="http://farm4.staticflickr.com/3745/8971419780_cb88b22947_b.jpg"/>
<img style="width:200px" src="http://farm9.staticflickr.com/8366/8483546751_86494ae914_b.jpg"/>
<img style="width:200px" src="http://farm9.staticflickr.com/8481/8215602321_69d9939b8b_b.jpg"/>
</div>
<script>
$("#gallery").photoSwipe();
</script>