--- a/web/index.html Tue Dec 11 13:13:44 2012 +0100
+++ b/web/index.html Tue Dec 11 17:39:04 2012 +0100
@@ -38,7 +38,7 @@
<!-- change with js: height and line-height (the same size) of "container_vcentering" -->
<section id="bottom" class="container_vcentering">
<div class="box_vcentering">
- <p class="big_link"><a href ="/">COMPOSEZ VOTRE FILM</a></p>
+ <p class="big_link"><a href ="prologue.html">COMPOSEZ VOTRE FILM</a></p>
</div>
</section>
</div>
@@ -110,7 +110,7 @@
incMosaic.addImageUrl("static/res/img/accueil-05.jpg");
// Start mosaic effect
- incMosaic.start("mosaic", 9, 5);
+ incMosaic.start("mosaic", 1, 9, 5, true, false, null);
});
</script>
</body>