Team:Waterloo/Gallery
From 2014.igem.org
(Difference between revisions)
(Created page with "{{Team:Waterloo/CSS/baseWiki}} {{Team:Waterloo/CSS/WaterlooTeam}} {{Team:Waterloo/TopBar}} <html> <style> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printf...") |
Super.suzie (Talk | contribs) |
||
Line 8: | Line 8: | ||
</style> | </style> | ||
- | + | $( function(){ | |
+ | $( "#gallery" ).jGallery( { | ||
+ | "transition":"moveToLeft_moveFromRight", | ||
+ | "transitionBackward":"moveToRight_moveFromLeft", | ||
+ | "transitionCols":"1", | ||
+ | "transitionRows":"1", | ||
+ | "thumbnailsPosition":"bottom", | ||
+ | "thumbType":"square", | ||
+ | "backgroundColor":"000000", | ||
+ | "textColor":"FFFFFF", | ||
+ | "mode":"slider" | ||
+ | } ); | ||
+ | } ); | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
Revision as of 01:02, 17 October 2014
$( function(){ $( "#gallery" ).jGallery( { "transition":"moveToLeft_moveFromRight", "transitionBackward":"moveToRight_moveFromLeft", "transitionCols":"1", "transitionRows":"1", "thumbnailsPosition":"bottom", "thumbType":"square", "backgroundColor":"000000", "textColor":"FFFFFF", "mode":"slider" } ); } );