Team:Waterloo/Gallery
From 2014.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
$(document).ready(alignHeadings); | $(document).ready(alignHeadings); | ||
$(window).resize(alignHeadings); | $(window).resize(alignHeadings); | ||
+ | </script> | ||
+ | |||
+ | <div id="gallery"> | ||
+ | <img src="http://placekitten.com/500/600" /> | ||
+ | <img src="http://placekitten.com/500/400" /> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
(function(){ | (function(){ | ||
$("#gallery").jGallery({ | $("#gallery").jGallery({ | ||
Line 42: | Line 49: | ||
</script> | </script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 06:42, 17 October 2014