diff www/m/js/nodescore-client.js @ 31:e4d2a8eb1450

widescreen style aspect ratio for music still sttuggling with memory leak releated to stop in transport controls
author tzara <rc-web@kiben.net>
date Thu, 16 Aug 2012 07:17:03 +0000
parents ea19684cd1db
children c4719d1b7633
line wrap: on
line diff
--- a/www/m/js/nodescore-client.js	Wed Aug 08 00:58:11 2012 +0000
+++ b/www/m/js/nodescore-client.js	Thu Aug 16 07:17:03 2012 +0000
@@ -107,7 +107,7 @@
     var next=(((unit+1)%units)+units)%units
     console.log("HOP TURN" + unit+ "next:" + next);
     $("#live").load("music.html #"+unit +" *"); 
-    $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='320'>")
+    $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>")
 }
 
 ////////////////////////////////////////////////