Team:Waterloo/Gallery
From 2014.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | $( "#gallery" ).jGallery( { | ||
+ | "transition":"moveToRight_moveFromLeft", | ||
+ | "transitionBackward":"moveToLeft_moveFromRight", | ||
+ | "transitionCols":"1", | ||
+ | "transitionRows":"5", | ||
+ | "thumbnailsPosition":"bottom", | ||
+ | "thumbType":"image", | ||
+ | "backgroundColor":"#000", | ||
+ | "textColor":"#fff", | ||
+ | "mode":"standard" | ||
+ | } ); | ||
+ | /* | ||
$("#gallery").jGallery({ | $("#gallery").jGallery({ | ||
"transition":"moveToLeft_moveFromRight", | "transition":"moveToLeft_moveFromRight", | ||
Line 52: | Line 64: | ||
"transitionRows":"1", | "transitionRows":"1", | ||
"thumbnailsPosition":"bottom", | "thumbnailsPosition":"bottom", | ||
- | "thumbType":" | + | "thumbType":"image", |
+ | "slideshow" | ||
"backgroundColor":"000000", | "backgroundColor":"000000", | ||
"textColor":"FFFFFF", | "textColor":"FFFFFF", | ||
"mode":"standard" | "mode":"standard" | ||
}); | }); | ||
+ | */ | ||
</script> | </script> | ||
Revision as of 07:14, 17 October 2014