web/index3.html
changeset 30 6d5b46559bd9
parent 29 c9c75ab3de3e
--- a/web/index3.html	Tue Nov 13 17:59:26 2012 +0100
+++ b/web/index3.html	Tue Nov 13 22:18:07 2012 +0100
@@ -20,7 +20,9 @@
         <script>        
             $(function() {
                 incMosaic.addPairImages("static/res/img/ACC_0.jpg", "static/res/img/ACC_1.jpg");
-                incMosaic.start("mosaic", 5, 2);
+                incMosaic.addPairImages("static/res/img/ACC_2.jpg", "static/res/img/ACC_3.jpg");
+                incMosaic.addPairImages("static/res/img/ACC_4.jpg", "static/res/img/ACC_5.jpg");
+                incMosaic.start("mosaic", 9, 5);
             });
         </script>