Team:UCLondon/Templates/Content-Slide
From 2012e.igem.org
(Difference between revisions)
Line 249: | Line 249: | ||
var slide = document.createElement("div"); | var slide = document.createElement("div"); | ||
slide.setAttribute("id", "jmpress"); | slide.setAttribute("id", "jmpress"); | ||
+ | slide.setAttribute("style", "width: 90%; height:410px; margin:auto;"); | ||
$(slide).append('</html>{{:Team:UCLondon/content/slide1}}<html>'); | $(slide).append('</html>{{:Team:UCLondon/content/slide1}}<html>'); | ||
Line 260: | Line 261: | ||
$(this).children('#box-content4').html(input); | $(this).children('#box-content4').html(input); | ||
$('#jmpress').jmpress( { | $('#jmpress').jmpress( { | ||
- | + | ||
- | + | fullscreen : false | |
- | + | //,hash: { use: false } | |
- | + | ||
- | + | ||
- | + | ||
- | ,hash: { use: false } | + | |
}); | }); |
Revision as of 00:18, 20 October 2012