Team:Cooper Union/script/galleryDEMO

From 2014.igem.org

Revision as of 21:11, 15 October 2014 by Wjcfrito (Talk | contribs)










<script type="text/javascript" charset="utf-8">

 $(document).ready(function () {	

$('.js-image-gallery a').prettyPhoto({ animation_speed: 'fast', slideshow: 10000, hideflash: true, social_tools: false });

 });

</script>