Team:UCLondon/Templates/slide-deck
From 2012e.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
<script type="text/javascript" src="http://shama.github.com/jmpress.js/dist/jmpress.js"></script> | <script type="text/javascript" src="http://shama.github.com/jmpress.js/dist/jmpress.js"></script> | ||
<script> | <script> | ||
+ | |||
+ | $('#jmpress').jmpress( { | ||
+ | |||
+ | fullscreen : false, | ||
+ | viewPort: { | ||
+ | height: 600 | ||
+ | ,width: 1000 | ||
+ | ,maxScale: 1 // do not scale up | ||
+ | } | ||
+ | //,hash: { use: false } | ||
+ | |||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 23:41, 23 October 2012